Compare commits

...

2 commits

Author SHA1 Message Date
5e0be866f9
update gitignore 2024-09-27 15:16:16 -04:00
b50271f3fa
fix ie5, remove css/ie folder 2024-09-27 15:15:54 -04:00
5 changed files with 3 additions and 6 deletions

2
.gitignore vendored
View file

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

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