From f733ff01969b485614de91c3c1aab64d25c9eb41 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 7 Jun 2012 22:44:38 -0400 Subject: [PATCH] don't change scrollbars --- docs/_themes/kr/static/flasky.css_t | 34 ---------------------------------- 1 file changed, 34 deletions(-) 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 { -- 2.7.4