diff options
| author | Tom Christie | 2014-07-31 20:19:28 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-07-31 20:19:28 +0100 |
| commit | 80444165230f019b09d7f19d31c49fbdd68b744d (patch) | |
| tree | 4a85f297ebe8ce0f38333291e5b1654c75a285cc /docs/css | |
| parent | 57d6e04ff5512f11594e29bf49c47b610594666c (diff) | |
| download | django-rest-framework-80444165230f019b09d7f19d31c49fbdd68b744d.tar.bz2 | |
Add platinum sponsors
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/default.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/css/default.css b/docs/css/default.css index af6a9cc0..090d42a6 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -307,3 +307,34 @@ table { .side-nav { overflow-y: scroll; } + + +ul.sponsor.diamond li a { + float: left; + width: 600px; + height: 20px; + text-align: center; + margin: 10px 40px; + padding: 300px 0 0 0; + background-position: 0 50%; + background-size: 600px auto; + background-repeat: no-repeat; + font-size: 150%; +} + +ul.sponsor.platinum li a { + float: left; + width: 300px; + height: 20px; + text-align: center; + margin: 10px 40px; + padding: 300px 0 0 0; + background-position: 0 50%; + background-size: 280px auto; + background-repeat: no-repeat; + font-size: 150%; +} + +ul.sponsor { + list-style: none; +} |
