aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorTom Christie2014-07-31 18:38:09 +0100
committerTom Christie2014-07-31 18:38:09 +0100
commit6792b9046d209f8ffd3285f60fb69a9303f832a9 (patch)
tree00607e5bc7ee4cd24b33c1f2d7587ee9cb24a326 /css
parentb48f5010a5d07bbde2d5a9d17d1fab30985038e9 (diff)
downloaddjango-rest-framework-6792b9046d209f8ffd3285f60fb69a9303f832a9.tar.bz2
Add platinum sponsors
Diffstat (limited to 'css')
-rw-r--r--css/default.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index af6a9cc0..090d42a6 100644
--- a/css/default.css
+++ b/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;
+}