Browse Source

Moved text resize links back to the left end of the menu

Thomas Buck 7 years ago
parent
commit
57064214a0
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      static/css/style.css

+ 2
- 2
static/css/style.css View File

@@ -118,9 +118,9 @@ iframe[id^='twitter-widget-'] {
118 118
 }
119 119
 
120 120
 div.fonts {
121
-    float: right;
121
+    display: inline;
122 122
     margin-top: 20px;
123
-    margin-right: 10px;
123
+    margin-left: 23px;
124 124
 }
125 125
 
126 126
 span.font-big {

Loading…
Cancel
Save