diff options
| author | Max Hurl | 2012-10-05 17:00:24 +0100 | 
|---|---|---|
| committer | Max Hurl | 2012-10-05 17:00:24 +0100 | 
| commit | 101f06b50b7e767aa1580d7d2bd48c8b1233cc83 (patch) | |
| tree | 355350bd63ef68f8749de5fc6f793e42f1944369 /docs | |
| parent | bdbf98878177fc7778529f81c5c1aae6ff3a29a9 (diff) | |
| download | django-rest-framework-101f06b50b7e767aa1580d7d2bd48c8b1233cc83.tar.bz2 | |
Added dabapps styling to html api
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/static/css/default.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/css/default.css b/docs/static/css/default.css index a62d43e1..742a4147 100644 --- a/docs/static/css/default.css +++ b/docs/static/css/default.css @@ -222,11 +222,11 @@ html, body {    padding-bottom: 70px;  } -  footer, .push {    height: 60px; /* .push must be the same height as .footer */  } +  footer p {    text-align: center;    color: gray;  | 
