diff options
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; +} |