Skip to content

Commit fcce0c4

Browse files
committed
Removed left/right border on swatch F for the docs to prevent horizontal scrolling. Fixes jquery-archive#3045
1 parent 03b1ce3 commit fcce0c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ dd h4 { margin:15px 0 0 0; }
120120

121121
/* F bar theme - just for the docs overview headers */
122122
.ui-bar-f {
123-
border: 1px solid #56A00E;
123+
border-top: 1px solid #56A00E;
124+
border-bottom: 1px solid #56A00E;
124125
background: #74b042;
125126
color: #fff;
126127
font-weight: bold;

0 commit comments

Comments
 (0)