Parcourir la source

Merge remote-tracking branch 'refs/remotes/origin/normal' into unstable

2DU il y a 9 ans
Parent
commit
5780fb76f4
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      static/style.css

+ 3 - 2
static/style.css

@@ -19,7 +19,7 @@
     float: left;
     margin-right: 10px;
     padding: 5px;
-    margin-top: 9px;
+    margin-top: 10px;
 }
 
 #log:hover, #log:focus {
@@ -483,7 +483,8 @@ pre span {
     font-size: 16px;        
     color: white;        
     float: left;        
-    padding: 5px;        
+    padding: 5px;
+    margin-right: 5px;        
 }
         
 @media (max-width: 710px) {