summaryrefslogtreecommitdiff
path: root/static/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
parentadd shadow (diff)
downloadlumberjaph-87e57816d0eae7ba7b9e59f7745398e61e9d0ef7.tar.gz
round corner
Diffstat (limited to 'static/css')
-rw-r--r--static/css/project.css1
-rw-r--r--static/css/screen.css3
2 files changed, 3 insertions, 1 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; }
diff --git a/static/css/screen.css b/static/css/screen.css
index 10c1a41..2c49935 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -72,7 +72,8 @@ ul.posts span {
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;
+ -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;
}
.title {