diff options
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r-- | theme/base/css/ie.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css new file mode 100644 index 000000000..08b027b59 --- /dev/null +++ b/theme/base/css/ie.css @@ -0,0 +1,30 @@ +/* IE specific styles */ + +#aside_primary { +padding-left:11px; +} +.notice-options 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; +} + +.entity_profile .entity_nickname { +padding-right:3px; +} |