diff options
| author | Alec Perkins | 2012-09-07 16:09:28 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-07 16:09:28 -0400 |
| commit | 54cc93a813db813a89169f96fe1a1e4ab16c96d6 (patch) | |
| tree | 3515e5027d2d5692d8bcdff5b684d9da91f760bc /djangorestframework/static | |
| parent | 5043b9f6566f08cd8352040668b0b23d0a80865a (diff) | |
| download | django-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.css | 3 |
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 |
