diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-09-07 20:50:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-09-07 20:50:01 +0000 |
commit | a73d5744c3938db9d63a3cc1965367d4d34e3b3c (patch) | |
tree | af2383e485aff3ab71f22ccaf686f18382cfa309 /misc | |
parent | 57a734a989b2dcc60fa14fef534d4b899e888fa5 (diff) | |
download | brdo-a73d5744c3938db9d63a3cc1965367d4d34e3b3c.tar.gz brdo-a73d5744c3938db9d63a3cc1965367d4d34e3b3c.tar.bz2 |
- Patch #30629 by Neil: fixed scrollbar height.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 569a6df7b..e35454bdc 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -592,8 +592,8 @@ html.js input.throbbing { } .progress .filled { background: #0072b9; - height: 1.33em; - border-bottom: 0.67em solid #004a73; + height: 1em; + border-bottom: 0.5em solid #004a73; width: 0%; } .progress .percentage { |