Skip to content

Commit

Permalink
[2332] Fix indented headings on groups page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Apr 30, 2012
1 parent 6733043 commit 7ab53a3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ckan/public/css/style.css
Expand Up @@ -557,8 +557,14 @@ form.simple-form input[type=password] {
margin-bottom: 0.5em;
margin-left: -2em;
}
.group.read .property-list li ul li {
margin-left: -2.5em;
/* Fix the indented headings on the groups page */
.group.read .property-list {
margin-left: 0;
padding-left: 0;
}
.group.read .property-list li h3,
.group.read .property-list li ul {
margin-left: 0;
}
.group-dataset-list {
margin: 2em 0;
Expand Down

0 comments on commit 7ab53a3

Please sign in to comment.