Skip to content

Commit da3424e

Browse files
committed
fix for font sizes so they inherit from the main bootswatch themes
1 parent 172764e commit da3424e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ figcaption.ratings a:hover {
8484
}
8585

8686
html {
87-
font-size: 20px;
87+
8888
}
8989

9090
body {
@@ -128,6 +128,7 @@ p.h1 a,p.h2 a,p.h3 a,p.h4 a,p.h5 a,p.h6 a {
128128

129129
.container .comments {
130130
margin-top: -20px;
131+
border-radius:0;
131132
}
132133

133134
img,.aligncenter,.alignnone,.alignleft,.alignright {
@@ -204,7 +205,6 @@ pre:before {
204205

205206
.breadcrumb {
206207
margin-left: 0;
207-
font-size: 0.7em;
208208
}
209209

210210
.thumbnail,.aligncenter,.alignnone,.alignleft,.alignright {
@@ -1492,7 +1492,6 @@ footer {
14921492
}
14931493

14941494
.comment {
1495-
font-size: 15px;
14961495
font-weight: normal;
14971496
list-style: none;
14981497
}
@@ -1538,7 +1537,6 @@ footer {
15381537

15391538
.comment .reply {
15401539
margin-left: 75px;
1541-
font-size: 10px;
15421540
}
15431541

15441542
.comment-reply-link {

0 commit comments

Comments
 (0)