]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / theme / base / css / ie.css
1 /* IE specific styles */
2
3 #aside_primary {
4 padding-left:11px;
5 }
6 .notice-options input.submit {
7 font-size:0;
8 margin-top:3px;
9 height:16px;
10 text-align:right;
11 text-indent:0;
12 width:24px;
13 }
14
15 input.checkbox {
16 top:0;
17 }
18
19 legend {
20 margin-left:-7px;
21 }
22
23 .notice div.entry-content .timestamp a {
24 margin-right:4px;
25 }