diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:57:02 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:57:02 +0100 |
| commit | 0634d86a2648d4ffc7f71f76150cb1cb854c4527 (patch) | |
| tree | d76424a01319e65b28050572afa5afe7be41adaa /static/css | |
| parent | remove unused stuff; add new css for projects (diff) | |
| download | lumberjaph-0634d86a2648d4ffc7f71f76150cb1cb854c4527.tar.gz | |
add shadow
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/project.css | 1 |
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; } |
