"read more" style
authorJan Szejko <janek37@gmail.com>
Wed, 5 Apr 2017 14:37:37 +0000 (16:37 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 5 Apr 2017 14:37:37 +0000 (16:37 +0200)
emels/static/css/entry.css
emels/static/css/entry.scss

index f572b0f..ac84ee4 100644 (file)
@@ -1,5 +1,10 @@
 .entry .toolbar .social a {
   margin-right: 1.875em; }
+.entry .more {
+  float: right; }
+  .entry .more a {
+    margin-right: 1.25em;
+    color: #96928b; }
 
 .entry-news .avatar {
   display: none; }
@@ -7,6 +12,3 @@
   color: #96928b; }
 .entry-news .author {
   font-weight: bold; }
-.entry-news .more a {
-  margin-right: 1.25em;
-  color: #96928b; }
index eaa7559..e7062dc 100644 (file)
@@ -4,6 +4,13 @@
     .toolbar .social a {
         margin-right: 30 * $px;
     }
+    .more {
+        float: right;
+        a {
+            margin-right: 20 * $px;
+            color: #96928b;
+        }
+    }
 }
 
 .entry-news {
     .author {
         font-weight: bold;
     }
-    .more {
-        a {
-            margin-right: 20 * $px;
-            color: #96928b;
-        }
-    }
 }