aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-30 15:32:37 +0000
committerr <r@freesoftwareextremist.com>2020-01-30 15:37:07 +0000
commit17e55d2a9bc7d0f5ed922370b8ac3ad4db9f583b (patch)
tree37f94e17e31d7485d16b6d9922023ffb182a5e6d /static
parent84cd3bc4368afdfe41320b1388fd9a14bf90fce9 (diff)
downloadbloat-17e55d2a9bc7d0f5ed922370b8ac3ad4db9f583b.tar.gz
bloat-17e55d2a9bc7d0f5ed922370b8ac3ad4db9f583b.zip
Add user search page
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 888fb5d..67dbd77 100644
--- a/static/style.css
+++ b/static/style.css
@@ -105,7 +105,7 @@
}
.page-title {
- font-size: 23pt;
+ font-size: 18pt;
}
.post-form {
@@ -426,6 +426,10 @@ a:hover,
margin: 0 8px 0 8px;
}
+.search-form {
+ margin: 16px 0 0 0;
+}
+
.dark {
background-color: #222222;
background-image: none;