summaryrefslogtreecommitdiff
path: root/assets/css/src/comment.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/comment.css')
-rw-r--r--assets/css/src/comment.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/assets/css/src/comment.css b/assets/css/src/comment.css
deleted file mode 100644
index 91dfd107..00000000
--- a/assets/css/src/comment.css
+++ /dev/null
@@ -1,70 +0,0 @@
-/* sorting */
-.comment-sorting {
- text-align: right;
- font-size: 0.5em;
-}
-
-.comment-sorting a {
- color: #555;
- font-weight: normal;
- text-decoration: none;
-}
-
-.comment-sorting a:hover {
- color: #aaa;
-}
-
-/* comment container */
-.comment {
- padding: 5px;
- margin-bottom: 15px;
-}
-
-.comment:hover {
- background: #fafafa;
-}
-
-/* comment title */
-.comment-title {
- border-bottom: 1px dotted #eee;
- margin-left: 55px;
- margin-bottom: 10px;
-}
-
-.comment-username {
- font-weight: bold;
- font-size: 1.1em;
-}
-
-.comment-date {
- color: #999;
- font-size: 0.7em;
- font-weight: 200;
-}
-
-/* comment actions */
-.comment-actions {
- font-size: 0.8em;
- margin-left: 55px;
- margin-top: 8px;
-}
-
-.comment-actions li {
- display: inline;
-}
-
-.comment-actions a {
- color: #999;
- text-decoration: none;
-}
-
-.comment-actions a:focus,
-.comment-actions a:hover {
- color: #333;
- text-decoration: underline;
-}
-
-/* comment content */
-.comment-content {
- margin-left: 55px;
-}