Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Docs: removed rules from docs CSS that are not longer needed now the …
Browse files Browse the repository at this point in the history
…widget takes care of listviews inside collapsibles.
  • Loading branch information
jaspermdegroot committed Jul 23, 2012
1 parent ae09957 commit cf85634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_assets/css/jqm-docs.css
Expand Up @@ -106,7 +106,6 @@ p.intro strong {
.content-secondary .ui-collapsible-content {
padding: 0;
background: none;
border-bottom: none;
}
.content-secondary .ui-listview {
margin: 0;
Expand Down Expand Up @@ -299,7 +298,8 @@ dd h4 { margin:15px 0 0 0; }
padding: 0;
}
.content-secondary .ui-collapsible-content {
border: none;
border-left: none;
border-right: none;
}
.type-index .content-secondary .ui-listview {
margin: 0;
Expand Down Expand Up @@ -389,4 +389,4 @@ dd h4 { margin:15px 0 0 0; }
.type-interior .content-primary {
width: 60%;
}
}
}

0 comments on commit cf85634

Please sign in to comment.