Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_ublogger.scss')
-rw-r--r--assets/css/_ublogger.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index e89fc45..196170a 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -1209,5 +1209,18 @@ code[class*="language-"], pre[class*="language-"] {
}
}
+.post-sort {
+ text-align: right;
+ margin-bottom: 5px;
+
+ ol {
+ li {
+ margin-left: 7px;
+ list-style: none;
+ display: inline-block;
+ }
+ }
+}
+
@import "_partial/share-icon";
@import "ublogger_media"; \ No newline at end of file