Whitespace normal on long blog posts

master
Nick Sergeant 2012-06-06 00:55:27 -04:00
parent 020ede3a15
commit f7a913bb53
2 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,9 @@ body.blog-detail section.main div.inner section.snipts article.snipt {
body.blog-detail section.main div.inner section.snipts article.snipt div.container {
width: 100%;
}
body.blog-detail section.main div.inner section.snipts article.snipt div.container h1 a {
white-space: normal;
}
body.blog-detail section.main div.inner section.snipts article.snipt div.container section.code {
height: auto;
}

View File

@ -123,6 +123,11 @@ body.blog-detail {
div.container {
width: 100%;
h1 {
a {
white-space: normal;
}
}
section.code {
height: auto;
}