aboutsummaryrefslogtreecommitdiff
path: root/static/css/putaba.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/putaba.css')
-rw-r--r--static/css/putaba.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/putaba.css b/static/css/putaba.css
index 5c246f5..45152dc 100644
--- a/static/css/putaba.css
+++ b/static/css/putaba.css
@@ -73,7 +73,7 @@ hr,
display: block;
}
.thread,
-.userdelete,
+#userdel,
.postform,
.oekform {
background: #fff;
@@ -150,7 +150,7 @@ hr,
background: #ccc;
outline: 2px dashed #aaa;
}
-.userdelete {
+#userdel{
padding: 5px;
}
input[type="submit"].psei {
@@ -163,7 +163,7 @@ input[type="submit"].psei {
float: left;
}
.managertable td,
-.pg {
+#pg {
background: #fff;
}
.managertable th {
@@ -196,8 +196,8 @@ input[type="submit"].psei {
}
@media (max-width: 600px) {
.thread,
- .userdel {
+ #userdel {
margin: 2em 0;
padding: 5px;
}
-} \ No newline at end of file
+}