summaryrefslogtreecommitdiffstats
path: root/res/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/main.css')
-rw-r--r--res/main.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/main.css b/res/main.css
index 36359f5..c1f83cf 100644
--- a/res/main.css
+++ b/res/main.css
@@ -33,6 +33,12 @@ body {
.actionList > * {
margin-right: .5em;
}
+.actionList.small {
+ font-size: .8em;
+}
+.actionList.small > a {
+ color: #444;
+}
.siteName {
font-weight: bold;
@@ -95,6 +101,12 @@ body {
cursor: pointer;
}
+.postContent {
+ border: 1px solid #0d47a1;
+ border-radius: .5em;
+ padding: .5em;
+}
+
.votebox {
float: left;
margin-right: .5em;
@@ -102,6 +114,11 @@ body {
.comment > .content {
overflow-x: auto;
+ margin-bottom: 1em;
+}
+.commentContent {
+ margin-top: .5em;
+ margin-bottom: .5em;
}
.commentList {
@@ -134,6 +151,11 @@ textarea {
height: 7em;
}
+p {
+ margin-top: 0;
+ margin-bottom: 16px;
+}
+
@media (max-width: 768px) {
.communitySidebar {
display: none; /* TODO still show this somewhere */