aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/bbs.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 628eac7..aff6748 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -353,6 +353,10 @@ form .msg {
#content.grid .row div {
display: inline;
}
+.minisjis {
+ font-size: 10px;
+ line-height: 12px;
+}
@media (max-width: 600px) {
br {
line-height: 0.5em;
@@ -373,11 +377,13 @@ form .msg {
h5 {
font-size: 18px;
}
- h4,
h2 span,
#rules {
font-size: 12px;
}
+ h4 {
+ font-size: 10px;
+ }
#threadlist {
overflow-x: auto;
white-space: nowrap;
@@ -389,11 +395,6 @@ form .msg {
div.reply, .deleted {
margin-bottom: 0.5em;
}
- .num {
- margin: -10px;
- padding: 10px;
- position: relative;
- }
.del {
visibility: visible;
}
@@ -404,13 +405,18 @@ form .msg {
.formpad {
padding-left: 0;
}
+ .postform input {
+ margin-bottom: 2px;
+ }
.postform > span {
display: table;
width: 100%;
}
+ .postform input[type="submit"] {
+ padding: 0.5em;
+ }
.postform span > * {
display: table-cell;
- margin-bottom: 2px;
white-space: nowrap;
}
.postform input,