Browse Source

One pixel fix in bootstrap.css: input fields were one pixel eaten for forum titles

Yannick Warnier 12 years ago
parent
commit
365425dcc7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/css/bootstrap.css

+ 2 - 2
main/css/bootstrap.css

@@ -623,7 +623,7 @@ select,
   padding: 4px;
   margin-bottom: 9px;
   font-size: 13px;
-  line-height: 18px;
+  line-height: 19px;
   color: #555555;
   border: 1px solid #cccccc;
   -webkit-border-radius: 3px;
@@ -689,7 +689,7 @@ input[type="file"] {
   line-height: 28px;
 }
 input[type="file"] {
-  line-height: 18px \9;
+  line-height: 19px \9;
 }
 select {
   width: 220px;