Removed left/right border on swatch F for the docs to prevent horizontal scrolling. Fixes #3045

This commit is contained in:
toddparker 2011-11-15 16:17:50 -05:00
parent 03b1ce3693
commit fcce0c4915

View file

@ -120,7 +120,8 @@ dd h4 { margin:15px 0 0 0; }
/* F bar theme - just for the docs overview headers */
.ui-bar-f {
border: 1px solid #56A00E;
border-top: 1px solid #56A00E;
border-bottom: 1px solid #56A00E;
background: #74b042;
color: #fff;
font-weight: bold;