aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/postal.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/postal.css')
-rw-r--r--static/css/txt/postal.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css
index 9ffd124..8c5ca73 100644
--- a/static/css/txt/postal.css
+++ b/static/css/txt/postal.css
@@ -156,10 +156,10 @@ h4 {
background: #eee;
border: 1px solid #ccc;
}
-.deleted {
+/*.deleted {
background: #f7f3e6;
color: #aaa;
-}
+}*/
#q-p {
background: #fff;
border: 1px solid #ccc;
@@ -199,14 +199,18 @@ form .msg {
}
@media (max-width: 600px) {
body.threadpage {
- margin: 0 0 8px;
+ margin: 0 0 4px;
}
- body > hr {
+ body.threadpage > hr {
top: -8px;
left: 0;
right: 0;
}
+ .threadpage .thread {
+ padding: 4px 4px 1em;
+ }
#createbox .innerbox {
+ margin: 4px;
padding: 0;
}
}