From 19dad48b596d02d8185377e07ea0b0d2a91b45c2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 26 Feb 2009 01:54:24 +0100 Subject: added workarounds for IE 6 --- skins/ArchLinux.php | 3 ++- skins/archlinux/archlinux.css | 15 ++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php index 53d553e7..49a105c1 100644 --- a/skins/ArchLinux.php +++ b/skins/ArchLinux.php @@ -81,7 +81,8 @@ class ArchLinuxTemplate extends QuickTemplate { - + + data ); ?> diff --git a/skins/archlinux/archlinux.css b/skins/archlinux/archlinux.css index 548ed678..35c8fc77 100644 --- a/skins/archlinux/archlinux.css +++ b/skins/archlinux/archlinux.css @@ -84,8 +84,8 @@ a:hover { } #subnav_bar { - position: absolute; - top: 149px; + position:absolute; + top:149px; left:0px; right:0px; height:26px; @@ -121,7 +121,7 @@ a:hover { } .pBody { - background-color: #D9D9D9; + background-color: #FBFBFB; border-color: #C9C9C9; } @@ -156,6 +156,7 @@ h1, h2, h3, h4, h5, h6 { font-size:14px; font-weight: bold; line-height: 26px; + background: #1793d1; } li#pt-userpage, @@ -268,7 +269,7 @@ div.noarticletext { background-color: #F0F0F0; } -input { +/*input { color:#333333; background-color:#dbdbdb; border-style:solid; @@ -290,11 +291,11 @@ select { border-style:solid; border-width:1px; border-color:#333333; -} +}*/ -#searchInput { +/*#searchInput { background-color: #F0F0F0; -} +}*/ div.thumb { border-color: #F0F0F0; -- cgit v1.2.3-54-g00ecf