aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 83d1148..7eb496f 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -71,11 +71,6 @@ button {
color: #333;
padding: 3px 1em;
}
-input[type="submit"],
-input[type="button"],
-button {
- background: #e8e8e8;
-}
input[type="submit"]:active,
input[type="button"]:active,
input[type="button"].active,
@@ -158,7 +153,7 @@ label {
margin-right: 2px;
}
#search > input[type="text"] {
- padding: 4px;
+ padding: 6px;
max-width: 500px;
width: 100%;
}
@@ -204,6 +199,9 @@ label {
font-weight: bold;
text-decoration: none;
}
+.name {
+ font-weight: bold;
+}
.name em {
font-style: normal;
}