Skip to content

Commit

Permalink
add styling for div.title blocks
Browse files Browse the repository at this point in the history
This change is to help the modular template format look better on our
generated pages. The "title" blocks are created as div's in asciidoc and
these need some styling. This change will make them appear like h2
elements in our pages.
  • Loading branch information
elmiko committed Aug 23, 2018
1 parent 661fe74 commit 64667dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/radanalytics.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,11 @@ a.howdoi-link {
div.margin-top-1 {
margin-top: 1em;
}

/* this is for asciidoc title blocks, basically looks like an h2 */
div.title {
font-size: 26px;
font-weight: 400;
margin-bottom: 10px;
margin-top: 20px;
}

0 comments on commit 64667dc

Please sign in to comment.