Commit 6b289871 by Kyle Fiedler

Merged with default

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