Compare commits
No commits in common. "5e0be866f94431a8ad8591c731609e5ba22576ba" and "36c2de429b5f0b1102c2de51b69d63b77cd01aef" have entirely different histories.
5e0be866f9
...
36c2de429b
5 changed files with 6 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
src/public/css/*
|
||||
src/public/css/*.css
|
||||
!src/public/css/prism.css
|
||||
src/web/stamp.php
|
||||
data
|
||||
|
|
1
src/public/css/ie/ie.css
Normal file
1
src/public/css/ie/ie.css
Normal file
|
@ -0,0 +1 @@
|
|||
#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
src/public/css/ie/ie4.css
Normal file
1
src/public/css/ie/ie4.css
Normal file
|
@ -0,0 +1 @@
|
|||
#header #nav li{padding:0px !important;margin:0px !important;margin-top:16px}
|
1
src/public/css/ie/ie6.css
Normal file
1
src/public/css/ie/ie6.css
Normal file
|
@ -0,0 +1 @@
|
|||
*{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 {
|
||||
.col {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
width: 100%;
|
||||
|
||||
&.left {
|
||||
padding-right: 0 !important;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue