diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 04:35:22 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 04:35:22 +0000 |
commit | 03117fe3e84cfb7badb1f975ec15b8a97d575fd7 (patch) | |
tree | 1b61f4c8365651a4c2760afa4ae15caec5087ce9 /theme/base/css/ie.css | |
parent | 570a7c64b1a3653a801e95b7e9834bede6ce5b9e (diff) |
Cleanup.. some for IE and other for cascading
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r-- | theme/base/css/ie.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 9baa953b3..08b027b59 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -3,7 +3,7 @@ #aside_primary { padding-left:11px; } -.notice-options form input.submit { +.notice-options input.submit { font-size:0; margin-top:3px; height:16px; @@ -23,4 +23,8 @@ margin-left:-7px; .notice div.entry-content .timestamp a { margin-right:4px; -}
\ No newline at end of file +} + +.entity_profile .entity_nickname { +padding-right:3px; +} |