diff options
author | raylu <ray.lu@getclever.com> | 2013-06-12 19:24:06 -0700 |
---|---|---|
committer | raylu <ray.lu@getclever.com> | 2013-06-12 19:24:06 -0700 |
commit | 26836ef4aa99817b1d2881215495b3cf11439d0e (patch) | |
tree | 33f374d997310ea61e796295610ecfa7957f72f2 /static/style.css | |
parent | 9decbd2ffdf6d55cdc0ddb98727a1f8c6f88e588 (diff) | |
download | pyc-26836ef4aa99817b1d2881215495b3cf11439d0e.tar.xz |
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 7050809..4753fd5 100644 --- a/static/style.css +++ b/static/style.css @@ -26,6 +26,10 @@ a:hover { float: right; } +#wrap #content p { + line-height: 1.5; +} + #wrap #nav { float: left; width: 175px; |