mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-10 01:11:02 +00:00
Removed left/right border on swatch F for the docs to prevent horizontal scrolling. Fixes #3045
This commit is contained in:
parent
03b1ce3693
commit
fcce0c4915
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue