Browse Source

Moar CSS tweaks

Rafał Pitoń 10 years ago
parent
commit
34099ae627
1 changed files with 5 additions and 4 deletions
  1. 5 4
      misago/static/misago/css/misago/index.less

+ 5 - 4
misago/static/misago/css/misago/index.less

@@ -28,11 +28,12 @@
           display: block;
           padding: @padding-small-vertical @padding-small-horizontal;
 
-          font-size: @font-size-large;
+          font-size: @font-size-large * 1.2;
 
           img {
-            border-radius: @border-radius-base;
-            height: 26px;
+            border-radius: @border-radius-small;
+            height: 32px;
+            margin-top: -2px;
             margin-right: @padding-small-vertical * 0.7;
           }
 
@@ -44,7 +45,7 @@
           small {
             float: right;
             position: relative;
-            top: 3px;
+            top: 4px;
 
             color: @text-muted;
           }