summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-27 20:25:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-27 20:25:28 -0400
commitecd63e29818c009bfc96d7a011bb8a2f1304e0ae (patch)
tree183ab4976b3adfc9327735755cbcd13da4f4ecf5 /static
parent7717501fee57b614e0e86d4d46356ba26f5f5247 (diff)
template cleanup
use julius's nice #id and .class things
Diffstat (limited to 'static')
-rw-r--r--static/css/webapp.css7
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;
+}