code {
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
font-size: 100%;
+ white-space: pre-wrap;
}
blockquote {
#top {
float: right;
- background-color: #FFFFFF;
padding: 3px;
text-align: right;
width: 500px;
max-width: 640px;
}
+/* Fixes OSQA-143 IE8 text overflow issue */
+div.question-body p, div.answer-body p {
+ max-width: 700px;
+}
+
.answered-by-owner {
background: none repeat scroll 0 0 #E9E9FF;
}
color: #CC9933;
}
-.score {
+.score, .accept_rate {
color: #333333;
font-size: 110%;
font-weight: bold;
}
div.dialog.prompt {
- width: 300px;
+ width: 355px;
}
div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content textarea, div.dialog.prompt .dialog-content input[type=text] {