diff options
| author | anbr <vdr07@deltab.de> | 2012-04-22 16:37:53 +0200 |
|---|---|---|
| committer | anbr <vdr07@deltab.de> | 2012-04-22 16:37:53 +0200 |
| commit | e1dc0d522cf7e33cd3f41c9bdf6f94db47eac176 (patch) | |
| tree | 9f22a3ff32a50d0d3dedc34e99e6fef0f99d322a | |
| parent | eb01b1bbc3b03073600869a7453853d9d9970500 (diff) | |
| download | xxv-e1dc0d522cf7e33cd3f41c9bdf6f94db47eac176.tar.gz xxv-e1dc0d522cf7e33cd3f41c9bdf6f94db47eac176.tar.bz2 | |
Skins, correct border padding for Internet Explorer (Closes: #941)
| -rw-r--r-- | skins/lcars/style-lcars.css | 1 | ||||
| -rw-r--r-- | skins/snow/style-snow.css | 3 | ||||
| -rw-r--r-- | skins/stone_flat/style-stone_flat.css | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/skins/lcars/style-lcars.css b/skins/lcars/style-lcars.css index 1e4cc1d..9582ddf 100644 --- a/skins/lcars/style-lcars.css +++ b/skins/lcars/style-lcars.css @@ -362,7 +362,6 @@ div.fieldhead { white-space:nowrap; overflow:hidden; width:170px; -//height:20px; float:left; } diff --git a/skins/snow/style-snow.css b/skins/snow/style-snow.css index 1dde5b7..d0b70aa 100644 --- a/skins/snow/style-snow.css +++ b/skins/snow/style-snow.css @@ -10,7 +10,6 @@ body.frame { background-color:#FFF; font-family:Tahoma, Arial, Helvetica, sans-serif; color:#000; -/*padding:0 0;*/ margin:60px 0 0 185px; } @@ -361,12 +360,10 @@ width:150px; td.fieldhead { vertical-align:middle; background:url(images/head200.png) no-repeat; -/*height:18px;*/ color:#000; font-size:12px; font-weight:700; padding:3px 12px 0 4px; -/*overflow:hidden;*/ } div.fieldtext { diff --git a/skins/stone_flat/style-stone_flat.css b/skins/stone_flat/style-stone_flat.css index 7eb1b1f..98df4f4 100644 --- a/skins/stone_flat/style-stone_flat.css +++ b/skins/stone_flat/style-stone_flat.css @@ -517,7 +517,6 @@ background:url(images/down600.gif) no-repeat; table.largetable { background:url(images/dark1000.gif) repeat-y; width:1000px; -//margin-bottom:5px; } td.largehead { |
