diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 12:28:45 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 12:28:45 +0000 |
commit | 264ab53953d529680cea4df31ed125710bb26988 (patch) | |
tree | f31c6addf124ff4b1fdfab587d9ddc05b5f19477 /theme/base/css/ie.css | |
parent | f2b06b8bbd56ce94d7b46ffcec36e2be3f260fe9 (diff) | |
parent | 838502dfd9894e409714c512f83179bab68446d7 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r-- | theme/base/css/ie.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css new file mode 100644 index 000000000..9baa953b3 --- /dev/null +++ b/theme/base/css/ie.css @@ -0,0 +1,26 @@ +/* IE specific styles */ + +#aside_primary { +padding-left:11px; +} +.notice-options form input.submit { +font-size:0; +margin-top:3px; +height:16px; +text-align:right; +text-indent:0; +color:#fff; +width:24px; +} + +input.checkbox { +top:0; +} + +legend { +margin-left:-7px; +} + +.notice div.entry-content .timestamp a { +margin-right:4px; +}
\ No newline at end of file |