diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-27 20:25:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-27 20:25:28 -0400 |
commit | ecd63e29818c009bfc96d7a011bb8a2f1304e0ae (patch) | |
tree | 183ab4976b3adfc9327735755cbcd13da4f4ecf5 /static/css | |
parent | 7717501fee57b614e0e86d4d46356ba26f5f5247 (diff) |
template cleanup
use julius's nice #id and .class things
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/webapp.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/webapp.css b/static/css/webapp.css new file mode 100644 index 000000000..ba309effa --- /dev/null +++ b/static/css/webapp.css @@ -0,0 +1,7 @@ +body { + padding-top: 60px; + padding-bottom: 40px; +} +.sidebar-nav { + padding: 9px 0; +} |