MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #999; | color: #999; | ||
} | |||
.cs-comment-form { | |||
display: block !important; | |||
} | } |
Revision as of 04:17, 2 August 2024
.cs-comment {
margin-top: 30px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ddd;
background-color: #f9f9f9;
}
.cs-comment-author {
font-weight: bold;
color: #333;
}
.cs-comment-timestamp {
font-size: 0.9em;
color: #999;
}
.cs-comment-form {
display: block !important;
}