summaryrefslogtreecommitdiff
path: root/static/css/project.css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:57:02 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:57:02 +0100
commit0634d86a2648d4ffc7f71f76150cb1cb854c4527 (patch)
treed76424a01319e65b28050572afa5afe7be41adaa /static/css/project.css
parentremove unused stuff; add new css for projects (diff)
downloadlumberjaph-0634d86a2648d4ffc7f71f76150cb1cb854c4527.tar.gz
add shadow
Diffstat (limited to '')
-rw-r--r--static/css/project.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/project.css b/static/css/project.css
index 1732ef8..4d5114b 100644
--- a/static/css/project.css
+++ b/static/css/project.css
@@ -17,6 +17,7 @@ body {
width: 50em;
margin: 3em auto 2em auto;
line-height: 1.5em;
+ -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526;
}
h1 { font-size: 3.8em; color: #3e9ab7; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }