diff options
| author | Tom Christie | 2014-07-31 22:33:45 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-07-31 22:33:45 +0100 | 
| commit | 6677374e9b7ec0d4379042cc3e2ee601bf95a9ab (patch) | |
| tree | d8086b20f1619cab536929cc1b0fddfec001fda8 /docs/css | |
| parent | 80444165230f019b09d7f19d31c49fbdd68b744d (diff) | |
| download | django-rest-framework-6677374e9b7ec0d4379042cc3e2ee601bf95a9ab.tar.bz2 | |
Kickstarter sponsors
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/default.css | 46 | 
1 files changed, 44 insertions, 2 deletions
| diff --git a/docs/css/default.css b/docs/css/default.css index 090d42a6..7f3acfed 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -314,12 +314,27 @@ ul.sponsor.diamond li a {      width: 600px;      height: 20px;      text-align: center; -    margin: 10px 40px; +    margin: 10px 70px;      padding: 300px 0 0 0;      background-position: 0 50%;      background-size: 600px auto;      background-repeat: no-repeat; -    font-size: 150%; +    font-size: 200%; +} + +@media (max-width: 1000px) { +    ul.sponsor.diamond 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.platinum li a { @@ -335,6 +350,33 @@ ul.sponsor.platinum li a {      font-size: 150%;  } +ul.sponsor.gold li a { +    float: left; +    width: 130px; +    height: 20px; +    text-align: center; +    margin: 10px 30px; +    padding: 150px 0 0 0; +    background-position: 0 50%; +    background-size: 130px auto; +    background-repeat: no-repeat; +    font-size: 120%; +} + +ul.sponsor.silver li a { +    float: left; +    width: 130px; +    height: 20px; +    text-align: center; +    margin: 10px 30px; +    padding: 150px 0 0 0; +    background-position: 0 50%; +    background-size: 130px auto; +    background-repeat: no-repeat; +    font-size: 120%; +} +  ul.sponsor {      list-style: none; +    display: block;  } | 
