diff options
author | anbr <vdr07@deltab.de> | 2015-03-08 11:07:02 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2015-03-08 11:07:02 +0100 |
commit | 8b61a750f386520ad28ca9e5dbd90e13e848d187 (patch) | |
tree | 9c94aecb6efddb10b01be7c48981aa94301b4262 | |
parent | fd3f221e0e86a1b70d7de2735d45302ef7aa55a1 (diff) | |
download | xxv-1.7.0.tar.gz xxv-1.7.0.tar.bz2 |
Update CSS for skin blue,blue-flat (introduced with #933) (Closes: #1358)1.7.0
-rw-r--r-- | skins/blue/style-blue.css | 8 | ||||
-rw-r--r-- | skins/blue_flat/style-blue_flat.css | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/skins/blue/style-blue.css b/skins/blue/style-blue.css index a571d5f..232d12e 100644 --- a/skins/blue/style-blue.css +++ b/skins/blue/style-blue.css @@ -501,14 +501,14 @@ height:15px; } table.largetable { -width:800px; +width:1000px; color:#FFF; font-size:11px; } td.largehead { vertical-align:middle; -background:url(images/head800.png) no-repeat; +background:url(images/head1000.png) no-repeat; height:22px; color:#FFF; font-size:13px; @@ -518,13 +518,13 @@ padding:0 12px 0 4px; td.largetext { vertical-align:top; -background:url(images/mid800.png) repeat-y; +background:url(images/mid1000.png) repeat-y; padding:4px 14px 4px 4px; } td.largebottom { vertical-align:bottom; -background:url(images/down800.png) no-repeat; +background:url(images/down1000.png) no-repeat; height:15px; } diff --git a/skins/blue_flat/style-blue_flat.css b/skins/blue_flat/style-blue_flat.css index f95e67e..1d24fae 100644 --- a/skins/blue_flat/style-blue_flat.css +++ b/skins/blue_flat/style-blue_flat.css @@ -509,14 +509,14 @@ height:15px; } table.largetable { -width:800px; +width:1000px; color:#FFF; font-size:11px; } td.largehead { vertical-align:middle; -background:url(images/head800.png) no-repeat; +background:url(images/head1000.png) no-repeat; height:22px; color:#FFF; font-size:13px; @@ -526,13 +526,13 @@ padding:0 12px 0 4px; td.largetext { vertical-align:top; -background:url(images/mid800.png) repeat-y; +background:url(images/mid1000.png) repeat-y; padding:4px 14px 4px 4px; } td.largebottom { vertical-align:bottom; -background:url(images/down800.png) no-repeat; +background:url(images/down1000.png) no-repeat; height:15px; } |