font-size: 160%;
padding: 5px 0;
line-height: 110%;
+ overflow: hidden;
}
h2 {
margin-top: 0;
}
-a.medal {
+.medal {
background: none repeat scroll 0 0 #FFFFCD;
border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
border-left: 1px solid #EEEEEE;
font-weight: bold;
line-height: 250%;
padding: 4px 12px 4px 6px;
+}
+
+a.medal {
text-decoration: none;
+ color: #333333;
}
a.medal:hover {
width: 100%;
}
+.revision .rev-arrow {
+ cursor: pointer;
+}
+
.revision .header {
background-color: #EEEEEE;
- cursor: pointer;
padding: 5px;
}
}
.revision .summary span {
- /**background-color: yellow;/**/
+ /**background-color: yellow;**/
display: inline;
padding-left: 3px;
padding-right: 3px;
margin: 0 0 16px 0;
}
+#question-tags {
+ margin-top: 15px;
+}
+
.post-controls {
float: left;
}
margin-left: 4px;
}
-a.comment-like, a.comment-delete, a.comment-edit {
+a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert {
margin-left: 2px;
width: 18px;
}
background: url("../images/comment-delete-hover.png") no-repeat scroll center center transparent;
}
+a.comment-convert {
+ background: url("../images/convert-off.png") no-repeat scroll center center transparent;
+}
+
+a.comment-convert:hover {
+ background: url("../images/convert-hover.png") no-repeat scroll center center transparent;
+}
+
a.comment-edit {
background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
}
}
div.wmd-button-bar {
float:left;
-}
\ No newline at end of file
+}