diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 05:08:28 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 05:08:28 +0000 |
commit | f06c5f78733790aa5888510bd97b198a4278e826 (patch) | |
tree | 403bc28a0b573797886ebc89e8bbb672b48ad46d /theme/base/css/ie.css | |
parent | e38f6165b6a6fe6e4fa1557a3afeceeb3a0d80e6 (diff) | |
parent | 03117fe3e84cfb7badb1f975ec15b8a97d575fd7 (diff) |
Merge branch 'master' of /var/www/trunk
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; +} |