Skip to content

Commit 77a8d2e

Browse files
Docs: removed rules from docs CSS that are not longer needed now the widget takes care of listviews inside collapsibles.
1 parent 0d48949 commit 77a8d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ p.intro strong {
104104
.content-secondary .ui-collapsible-content {
105105
padding: 0;
106106
background: none;
107-
border-bottom: none;
108107
}
109108
.content-secondary .ui-listview {
110109
margin: 0;
@@ -302,7 +301,8 @@ dd h4 { margin:15px 0 0 0; }
302301
padding: 0;
303302
}
304303
.content-secondary .ui-collapsible-content {
305-
border: none;
304+
border-left: none;
305+
border-right: none;
306306
}
307307
.type-index .content-secondary .ui-listview {
308308
margin: 0;

0 commit comments

Comments
 (0)