fix ie5, remove css/ie folder
This commit is contained in:
parent
36c2de429b
commit
b50271f3fa
4 changed files with 2 additions and 5 deletions
|
@ -1 +0,0 @@
|
||||||
#header .ie-nav{margin-left:90px}#main .col{display:block;width:100%}#main .col.left{padding-right:0}#main .section h2.heading{background:#366199}#main #post .posted,#main #writeup .posted{margin-top:16px}#main #comments form,#main #comments form#new_comment{width:400px}#main #comments form input,#main #comments form input#author,#main #comments form input#content,#main #comments form#new_comment input,#main #comments form#new_comment input#author,#main #comments form#new_comment input#content{width:400px}#main table{behavior:url(boxsizing.htc)}
|
|
|
@ -1 +0,0 @@
|
||||||
#header #nav li{padding:0px !important;margin:0px !important;margin-top:16px}
|
|
|
@ -1 +0,0 @@
|
||||||
*{behavior:url(boxsizing.htc)}body #main .coldiv.left{margin-bottom:16px}body #main .coldiv.right{margin-top:16px}body div#contact{margin-bottom:0}body div#footer{margin-top:16px}
|
|
|
@ -11,10 +11,10 @@
|
||||||
#main {
|
#main {
|
||||||
.col {
|
.col {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
|
|
||||||
&.left {
|
&.left {
|
||||||
padding-right: 0;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue