diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 18:04:56 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 18:04:56 +0000 |
commit | add0b7f329d444f747ee7aca04cea94db8791b69 (patch) | |
tree | 4bbf42e0b3c3d55a85c3fe7578551e716bcb09d7 /theme/base | |
parent | 533f9933de81a37bc060889a4296934c0e1c93dc (diff) |
Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing.
Updated colour information in identica theme.
Removed ie7 base stylesheet that's no longer required.
Added ie identica stylesheet to handle solid background colour for
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/ie.css | 1 | ||||
-rw-r--r-- | theme/base/css/ie7.css | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index ffa8bedea..45176a201 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -9,7 +9,6 @@ margin-top:3px; height:16px; text-align:right; text-indent:0; -color:#fff; width:24px; } diff --git a/theme/base/css/ie7.css b/theme/base/css/ie7.css deleted file mode 100644 index a6ee001e2..000000000 --- a/theme/base/css/ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* IE7 specific styles */ - -#form_notice textarea { -width:370px; -} |