summaryrefslogtreecommitdiff
path: root/static/css/project.css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-20 09:28:11 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-20 09:28:11 +0100
commit87e57816d0eae7ba7b9e59f7745398e61e9d0ef7 (patch)
tree1a8c095807048b52f5658bb9deedd24fbdc70905 /static/css/project.css
parentadd shadow (diff)
downloadlumberjaph-87e57816d0eae7ba7b9e59f7745398e61e9d0ef7.tar.gz
round corner
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 4d5114b..420926b 100644
--- a/static/css/project.css
+++ b/static/css/project.css
@@ -18,6 +18,7 @@ body {
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;
+ -moz-border-radius:5px;-webkit-border-radius:5px;
}
h1 { font-size: 3.8em; color: #3e9ab7; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }