Commit 465a52d9 by Reda Lemeden

Added style to answer and question content

parent 84506333
...@@ -86,8 +86,21 @@ form.answer-form { ...@@ -86,8 +86,21 @@ form.answer-form {
font-size: 14px; font-size: 14px;
} }
blockquote {
margin-left: 2.5%;
padding-left: 1.5%;
border-left: 1px dashed #ddd;
color: $mit-red;;
}
ul, ol, pre {
margin-left: 3%;
margin-bottom: 20px;
}
pre { pre {
background-color: #E7F1F8; background-color: #eee;
} }
blockquote { blockquote {
......
...@@ -101,8 +101,20 @@ div.question-header { ...@@ -101,8 +101,20 @@ div.question-header {
margin-right: flex-gutter(8); margin-right: flex-gutter(8);
width: flex-grid(6.2,8); width: flex-grid(6.2,8);
blockquote {
margin-left: 2.5%;
padding-left: 1.5%;
border-left: 1px dashed #ddd;
color: $mit-red;;
}
ul, ol, pre {
margin-left: 6%;
margin-bottom: 20px;
}
} }
div.post-update-container { div.post-update-container {
display: inline-block; display: inline-block;
float: left; float: left;
......
...@@ -136,6 +136,7 @@ ul.question-list, div#question-list { ...@@ -136,6 +136,7 @@ ul.question-list, div#question-list {
h2 { h2 {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
letter-spacing: 0;
margin: 0px 0 15px 0; margin: 0px 0 15px 0;
text-transform: none; text-transform: none;
} }
...@@ -144,6 +145,7 @@ ul.question-list, div#question-list { ...@@ -144,6 +145,7 @@ ul.question-list, div#question-list {
color: #777; color: #777;
} }
div.user-info { div.user-info {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
......
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