aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-06-17 23:19:36 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-06-17 23:19:36 +0200
commit3db784b04eadbce697265d7440fb52a4ed18a232 (patch)
treed8a178bd84b39d98d686add877f9437ca8cd1c74 /assets
parent0ae3dc41ba8ceedf091dcb529f4a234e0ac6734e (diff)
downloadreploy-3db784b04eadbce697265d7440fb52a4ed18a232.tar.gz
reploy-3db784b04eadbce697265d7440fb52a4ed18a232.tar.bz2
actually render the search results as clickable
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css
index f5a657e..a030cea 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -116,6 +116,22 @@ h6 {
text-align: center;
}
+ul.search-results li {
+ margin-bottom: 1em;
+}
+
+ul.search-results li a.search-result {
+ font-size: 120%;
+ display: block;
+}
+
+ul.search-results li div.search-tag {
+ display: block;
+ font-size: 80%;
+ color: #555;
+ font-weight: bold;
+}
+
input.search {
width: 100%;
}
@@ -250,17 +266,18 @@ main {
padding-left: 2rem;
padding-right: 2rem;
- font-size: 80%;
color: #777;
}
.sidebar-header {
font-weight: bold;
+ font-size: 80%;
}
.sidebar-values {
padding-left: 1em;
margin-bottom: 1em;
+ font-size: 80%;
}
/* main content */