Commit 4bf28c23 by Scott

SnowFlat: tweak title font sizes

parent 7a66ed04
...@@ -112,8 +112,8 @@ h1 { ...@@ -112,8 +112,8 @@ h1 {
padding: 8px 52px 8px 20px; padding: 8px 52px 8px 20px;
background: #3498db; background: #3498db;
color: #fff; color: #fff;
font-size: 1.5em; font-size: 1.4em;
line-height: 1.5em; line-height: 1.35em;
} }
h1 a { h1 a {
color: #fff; color: #fff;
...@@ -176,7 +176,6 @@ b, strong { ...@@ -176,7 +176,6 @@ b, strong {
small { small {
font-size: 0.75em; font-size: 0.75em;
line-height: 2em;
} }
table { table {
...@@ -200,7 +199,6 @@ pre { ...@@ -200,7 +199,6 @@ pre {
} }
pre code { pre code {
background-color: #d6dadb; background-color: #d6dadb;
line-height: 1.71429em;
} }
code, samp, kbd { code, samp, kbd {
...@@ -219,7 +217,6 @@ blockquote { ...@@ -219,7 +217,6 @@ blockquote {
blockquote p { blockquote p {
margin: 0; margin: 0;
font-size: 1em; font-size: 1em;
line-height: 1.5em;
font-style: italic; font-style: italic;
color: #7f8c8d; color: #7f8c8d;
} }
...@@ -437,7 +434,6 @@ blockquote p { ...@@ -437,7 +434,6 @@ blockquote p {
#qam-topbar { #qam-topbar {
font-size: 0.875em; font-size: 0.875em;
line-height: 1.71429em;
} }
#qam-topbar.fixed { #qam-topbar.fixed {
position: fixed; position: fixed;
...@@ -1254,7 +1250,7 @@ blockquote p { ...@@ -1254,7 +1250,7 @@ blockquote p {
.qa-q-item-title { .qa-q-item-title {
font-weight: bold; font-weight: bold;
font-size: 1.125em; font-size: 1.125em;
line-height: 1.46667em; line-height: 1.35em;
display: block; display: block;
} }
.qa-q-item-title a { .qa-q-item-title a {
...@@ -1305,7 +1301,6 @@ blockquote p { ...@@ -1305,7 +1301,6 @@ blockquote p {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
font-size: 12px; font-size: 12px;
line-height: 20px;
} }
.qa-q-item-meta .qa-category-link.qa-cat-favorited { .qa-q-item-meta .qa-category-link.qa-cat-favorited {
position: relative; position: relative;
...@@ -2337,8 +2332,6 @@ input[type="submit"], button { ...@@ -2337,8 +2332,6 @@ input[type="submit"], button {
@media (max-width: 979px) { @media (max-width: 979px) {
.qa-q-view-meta { .qa-q-view-meta {
clear: left; clear: left;
font-size: 0.875em;
line-height: 1.71429em;
} }
.qa-q-view-main { .qa-q-view-main {
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment