latest changes

This commit is contained in:
Dobie Wollert
2014-12-15 02:36:41 -05:00
parent b35bb3f1d5
commit 966152a631
57 changed files with 6842 additions and 42 deletions

View File

@ -1,6 +1,7 @@
body {
background-image: url('/img/bodyBg.png');
min-width: 980px;
}
::-webkit-scrollbar {
@ -115,4 +116,4 @@ body::-webkit-scrollbar-corner {
-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}
}