move .cooked word-wrap: break-word into base CSS

This commit is contained in:
Jeff Atwood 2014-06-24 00:40:12 -07:00
parent 0c3b6c40be
commit a7ce8c6418
2 changed files with 9 additions and 6 deletions

View File

@ -20,8 +20,16 @@
}
}
.cooked .highlight{
.cooked .highlight {
background-color: scale-color($highlight, $lightness: 40%);
padding: 2px;
margin: -2px;
}
.contents .cooked a {
word-wrap: break-word;
}
.contents .cooked {
word-wrap: break-word;
}

View File

@ -600,12 +600,7 @@ iframe {
position: relative;
}
.contents .cooked a {
word-wrap: break-word;
}
.contents .cooked {
word-wrap: break-word;
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
}