Compare commits

..

No commits in common. "5e0be866f94431a8ad8591c731609e5ba22576ba" and "36c2de429b5f0b1102c2de51b69d63b77cd01aef" have entirely different histories.

5 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
src/public/css/* src/public/css/*.css
!src/public/css/prism.css !src/public/css/prism.css
src/web/stamp.php src/web/stamp.php
data data

1
src/public/css/ie/ie.css Normal file
View 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)}

View file

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

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

View file

@ -11,10 +11,10 @@
#main { #main {
.col { .col {
display: block; display: block;
width: 100% !important; width: 100%;
&.left { &.left {
padding-right: 0 !important; padding-right: 0;
} }
} }