Skip to content

Commit

Permalink
[2375] Adjust the padding on the content elements inside modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 16, 2012
1 parent 4adaf10 commit 81ecdf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckan/public/base/less/module.less
Expand Up @@ -23,13 +23,16 @@

.module > .content {
padding: 0 @module-margin-x;
margin: 20px 0;
}

.module > .content:first-child {
margin-top: 0;
padding-top: @module-margin-y;
}

.module > .content:last-child {
margin-bottom: 0;
padding-bottom: @module-margin-y;
}

Expand Down

0 comments on commit 81ecdf9

Please sign in to comment.