Commit ab17243b by Scott

Fix wrapping in SnowFlat titles

parent 925117cb
......@@ -118,6 +118,7 @@ h1 {
margin: 0;
font-size: 1.4em;
line-height: 1.35em;
word-wrap: break-word;
}
h1 a {
color: #fff;
......@@ -1191,6 +1192,7 @@ blockquote p {
font-size: 1.125em;
line-height: 1.35em;
display: block;
word-wrap: break-word;
}
.qa-q-item-title a {
color: #1a6a9b;
......
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