Skip to content

Commit

Permalink
[2375] Add a prose.less file for basic text styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 16, 2012
1 parent 81ecdf9 commit b446bca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions ckan/public/base/less/ckan.less
Expand Up @@ -4,6 +4,7 @@
@import "nav.less";
@import "dataset.less";
@import "toolbar.less";
@import "prose.less";
@import "layout.less";
@import "masthead.less";
@import "footer.less";
Expand Down
10 changes: 10 additions & 0 deletions ckan/public/base/less/prose.less
@@ -0,0 +1,10 @@
.prose {
h1, heading-1
h2, heading-2 {
margin-bottom: 15px;
}

h3, heading-3 {
margin-bottom: 10px;
}
}

0 comments on commit b446bca

Please sign in to comment.