Commit 6b289871 by Kyle Fiedler

Merged with default

--HG--
branch : kf-captions
parents 687ae763 bd4190f5
...@@ -74,11 +74,21 @@ div.answer-block { ...@@ -74,11 +74,21 @@ div.answer-block {
} }
} }
div.accepted-answer {
p {
color:#000;
}
}
div.deleted { div.deleted {
p { p {
color: $mit-red; color: $mit-red;
} }
} }
img.answer-img-accept {
opacity: 0.7;
}
} }
div.paginator { div.paginator {
...@@ -141,3 +151,4 @@ div.answer-actions { ...@@ -141,3 +151,4 @@ div.answer-actions {
} }
} }
...@@ -138,7 +138,6 @@ div.question-header { ...@@ -138,7 +138,6 @@ div.question-header {
} }
span.user-badges { span.user-badges {
// display: block;
} }
} }
} }
...@@ -155,7 +154,7 @@ div.question-header { ...@@ -155,7 +154,7 @@ div.question-header {
font-size: 13px; font-size: 13px;
background: #efefef; background: #efefef;
div.block { .block {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
padding: 15px; padding: 15px;
display: block; display: block;
...@@ -283,7 +282,8 @@ div.question-header { ...@@ -283,7 +282,8 @@ div.question-header {
div.controls { div.controls {
// padding: 15px 0; // padding: 15px 0;
background: #efefef ; // background: #efefef ;
border-top: 1px dashed #ddd;
text-align: right; text-align: right;
a { a {
display: inline-block; display: inline-block;
...@@ -310,3 +310,12 @@ div.question-status { ...@@ -310,3 +310,12 @@ div.question-status {
color: #eee; color: #eee;
} }
} }
div.share-question {
padding: 10px 0 10px 7.5%;
p {
padding: 0;
margin: 0;
}
}
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