summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-19 12:00:59 +0530
committerJayaram R Pai2014-09-19 12:00:59 +0530
commit6bc4ead40fc40ae1e7f8ad37627e0e976a97b072 (patch)
tree4ee79297945fff05df7146eb135a80ef4db5e2f3 /static/website/css/main.css
parent259d96ce9a90dfdf472a8c37736412b0163c906c (diff)
downloadscipy2014-6bc4ead40fc40ae1e7f8ad37627e0e976a97b072.tar.gz
scipy2014-6bc4ead40fc40ae1e7f8ad37627e0e976a97b072.tar.bz2
scipy2014-6bc4ead40fc40ae1e7f8ad37627e0e976a97b072.zip
fixed current tags, modified page css
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r--static/website/css/main.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 103a816..351f024 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -6,18 +6,17 @@
font-family: 'EB Garamond', serif;
}
body {
- background: #f2f2f2;
+ background: #f3f1ea;
}
#page-wrapper {
width: 960px;
margin: 25px auto 10px;
padding: 0 0 35px 0;
background: #ffffff;
- -webkit-box-shadow: 0 0 10px #cccccc;
- -moz-box-shadow: 0 0 10px #cccccc;
- -o-box-shadow: 0 0 10px #cccccc;
- box-shadow: 0 0 10px #cccccc;
- border-radius: 4px;
+ -webkit-box-shadow: 0 0 7px #7a7a7a;
+ -moz-box-shadow: 0 0 7px #7a7a7a;
+ -o-box-shadow: 0 0 7px #7a7a7a;
+ box-shadow: 0 0 7px #7a7a7a;
/*remove later*/
min-height: 700px;
}