Confirmed users
657
edits
(New page: ==Tracking Bug== {{bug|405605}} [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_lo...) |
(→Changes as userChrome: Bug 426000 - Splitters for the bookmarks and history sidebars should be 1 pixel wide on Vista) |
||
| Line 8: | Line 8: | ||
<code><pre> | <code><pre> | ||
/*Main Window*/ | |||
/*Bug 426000 - Splitters for the bookmarks and history sidebars should be 1 pixel wide on Vista*/ | |||
/*File: winstripe/browser/browser.css */ | |||
#sidebar-splitter{ | |||
border: 0 !important; | |||
-moz-border-right-colors: none !important; | |||
border-right: 1px solid #a9b7c9 !important; | |||
min-width: 0 !important; | |||
width: 3px !important; | |||
background-color: transparent !important; | |||
margin-left: -3px; | |||
position: relative; | |||
z-index: 10; | |||
} | |||
/*Library Window*/ | /*Library Window*/ | ||