diff options
| author | Tom Christie | 2013-04-16 12:43:46 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-04-16 12:43:46 -0700 |
| commit | eceae6480431038a2eb664861cb7787957ce05c9 (patch) | |
| tree | f3b3ed8c258b82b3dfb1939404f00f5fb16b7c1c /docs/css/default.css | |
| parent | 56c039ce17fd06799945f2135f20afc972685338 (diff) | |
| parent | c7e000e46e831a254689faac44ea44ebafe3cd61 (diff) | |
| download | django-rest-framework-eceae6480431038a2eb664861cb7787957ce05c9.tar.bz2 | |
Merge pull request #792 from maspwr/writable-nested-modelserializer
Writable nested modelserializer (merge in master)
Diffstat (limited to 'docs/css/default.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;} +} |
