diff options
| author | Tom Christie | 2013-03-28 15:58:53 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-28 15:58:53 +0000 | 
| commit | 69cbafc64f65a23b4ed4c652a8965873a18929a0 (patch) | |
| tree | faf907d58f3ff7835fab66ea487a9d21194e7391 /docs/css | |
| parent | d243538547982781635e01d9b6e74afbbd628e16 (diff) | |
| download | django-rest-framework-69cbafc64f65a23b4ed4c652a8965873a18929a0.tar.bz2 | |
Add search and next/prev
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/default.css | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/docs/css/default.css b/docs/css/default.css index c160b63d..173d70e0 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -277,3 +277,14 @@ footer a {  footer a:hover {    color: gray;  } + +.btn-inverse { +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#606060), to(#404040)) !important; +  background-image: -webkit-linear-gradient(top, #606060, #404040) !important; +} + +.modal-open .modal,.btn:focus{outline:none;} + +@media (max-width: 650px) { +  .repo-link.btn-inverse {display: none;} +} | 
