Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
.cs-stream {
background-color: #1f2b41;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
border-radius: 8px;
}
.cs-head-comment > .cs-comment-header {
border-top: none;
background-color: transparent;
}
.cs-comment-body > p {
margin: 5px;
}
.cs-comment.cs-reply-comment {
margin-left: 5px;
border-left: 1px solid #00a7d8;
margin-top: 10px;
margin-bottom: 10px;
}
.cs-reply-comment .cs-comment-body {
padding: 5px;
}
.cs-reply-comment .cs-comment-header {
padding: 5px;
border-radius: 8px;
}