Added answer controls

This commit is contained in:
Reda Lemeden
2012-02-08 16:09:59 -05:00
parent e26a8059ce
commit 8b48c8b410

View File

@@ -54,3 +54,19 @@ div.answer-own {
padding-left: flex-grid(1.2);
padding-top: 10px;
}
div.answer-actions {
text-align: right;
margin: 0;
padding: 0;
span.sep {
color: #ddd;
}
a {
text-decoration: none;
}
a.question-edit, a.permant-link {
color: #999;
}
}