fix ie5, remove css/ie folder

This commit is contained in:
Freya Murphy 2024-09-27 15:15:54 -04:00
parent 36c2de429b
commit b50271f3fa
Signed by: freya
GPG key ID: 744AB800E383AE52
4 changed files with 2 additions and 5 deletions

View file

@ -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)}

View file

@ -1 +0,0 @@
#header #nav li{padding:0px !important;margin:0px !important;margin-top:16px}

View file

@ -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}

View file

@ -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;
} }
} }