aboutsummaryrefslogtreecommitdiff
path: root/static/css/nest.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/nest.css')
-rwxr-xr-xstatic/css/nest.css20
1 files changed, 15 insertions, 5 deletions
diff --git a/static/css/nest.css b/static/css/nest.css
index 7c83391..619f508 100755
--- a/static/css/nest.css
+++ b/static/css/nest.css
@@ -7,17 +7,17 @@
/* Responsive */
@media (min-width: 768px) {
.container {
- width: 750px;
+ width: 760px;
}
}
@media (min-width: 992px) {
.container {
- width: 850px;
+ width: 985px;
}
}
@media (min-width: 1200px) {
.container {
- width: 850px;
+ width: 1195px;
}
}
@@ -26,14 +26,20 @@ body {
font-family: "Open Sans", sans-serif;
font-size: 16px;
color: #4b505a;
- background-color: #f5f5f5;
+ /*background-color: #f5f5f5;*/
+ background-image: url("../img/grey_2x.png");
line-height: 24px;
-webkit-font-smoothing:antialiased;
text-rendering: optimizeLegibility;
}
+div.hacky_bg {
+ background-image: url("../img/banner_bg2x.png");
+}
+
div.home {
- background-color: #252525;
+ /*background-color: #252525;*/
+ background-image: url("../img/banner_bg2x.png");
}
div.imgbar {
@@ -489,3 +495,7 @@ blockquote{
.footer a{
color: #fff;
}
+
+
+
+/********** DIRTY DIRTY HACKS ***********/