From 8f9762aab183a8bf502d734ec5f18ca0e68f48cb Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 00:48:12 +0000 Subject: Cross-browser stuff --- theme/base/css/ie.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 theme/base/css/ie.css (limited to 'theme/base/css/ie.css') diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css new file mode 100644 index 000000000..ef64da953 --- /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 { +display:inline; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf