aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/static
diff options
context:
space:
mode:
authorAlec Perkins2012-09-07 16:09:28 -0400
committerAlec Perkins2012-09-07 16:09:28 -0400
commit54cc93a813db813a89169f96fe1a1e4ab16c96d6 (patch)
tree3515e5027d2d5692d8bcdff5b684d9da91f760bc /djangorestframework/static
parent5043b9f6566f08cd8352040668b0b23d0a80865a (diff)
downloaddjango-rest-framework-54cc93a813db813a89169f96fe1a1e4ab16c96d6.tar.bz2
Rework nav to use Bootstrap's Navbar.
Diffstat (limited to 'djangorestframework/static')
-rw-r--r--djangorestframework/static/djangorestframework/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/djangorestframework/static/djangorestframework/css/style.css b/djangorestframework/static/djangorestframework/css/style.css
index e69de29b..3d2f86e4 100644
--- a/djangorestframework/static/djangorestframework/css/style.css
+++ b/djangorestframework/static/djangorestframework/css/style.css
@@ -0,0 +1,3 @@
+body {
+ padding-top: 1em;
+} \ No newline at end of file