From: Kenneth Reitz Date: Fri, 8 Jun 2012 02:44:38 +0000 (-0400) Subject: don't change scrollbars X-Git-Tag: v0.13.2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f733ff01969b485614de91c3c1aab64d25c9eb41;p=services%2Fpython-requests.git don't change scrollbars --- diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index bf2a266..3a13c35 100644 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -529,40 +529,6 @@ a:hover tt { } -/* scrollbars */ - -::-webkit-scrollbar { - width: 6px; - height: 6px; -} - -::-webkit-scrollbar-button:start:decrement, -::-webkit-scrollbar-button:end:increment { - display: block; - height: 10px; -} - -::-webkit-scrollbar-button:vertical:increment { - background-color: #fff; -} - -::-webkit-scrollbar-track-piece { - background-color: #eee; - -webkit-border-radius: 3px; -} - -::-webkit-scrollbar-thumb:vertical { - height: 50px; - background-color: #ccc; - -webkit-border-radius: 3px; -} - -::-webkit-scrollbar-thumb:horizontal { - width: 50px; - background-color: #ccc; - -webkit-border-radius: 3px; -} - /* misc. */ .revsys-inline {