Index: trunk/tools/bugzilla/bugzilla-4.0/skins/contrib/Wikimedia/global.css |
— | — | @@ -30,10 +30,6 @@ |
31 | 31 | background-color:#F3F3F3; |
32 | 32 | background-image:url("images/page-base.png"); |
33 | 33 | } |
34 | | - body, td, th, input { |
35 | | - font-family: Verdana, sans-serif; |
36 | | - font-size: normal; |
37 | | - } |
38 | 34 | /* global (end) */ |
39 | 35 | |
40 | 36 | /* header (begin) */ |
— | — | @@ -118,6 +114,7 @@ |
119 | 115 | margin-top:0; |
120 | 116 | border-bottom: none; |
121 | 117 | border-top: none; |
| 118 | + width: auto; |
122 | 119 | } |
123 | 120 | /* footer (end) */ |
124 | 121 | |