Skip to content

Commit

Permalink
fix for font sizes so they inherit from the main bootswatch themes
Browse files Browse the repository at this point in the history
  • Loading branch information
localhost8080 committed Jun 22, 2014
1 parent 172764e commit da3424e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions style.css
Expand Up @@ -84,7 +84,7 @@ figcaption.ratings a:hover {
}

html {
font-size: 20px;

}

body {
Expand Down Expand Up @@ -128,6 +128,7 @@ p.h1 a,p.h2 a,p.h3 a,p.h4 a,p.h5 a,p.h6 a {

.container .comments {
margin-top: -20px;
border-radius:0;
}

img,.aligncenter,.alignnone,.alignleft,.alignright {
Expand Down Expand Up @@ -204,7 +205,6 @@ pre:before {

.breadcrumb {
margin-left: 0;
font-size: 0.7em;
}

.thumbnail,.aligncenter,.alignnone,.alignleft,.alignright {
Expand Down Expand Up @@ -1492,7 +1492,6 @@ footer {
}

.comment {
font-size: 15px;
font-weight: normal;
list-style: none;
}
Expand Down Expand Up @@ -1538,7 +1537,6 @@ footer {

.comment .reply {
margin-left: 75px;
font-size: 10px;
}

.comment-reply-link {
Expand Down

0 comments on commit da3424e

Please sign in to comment.