aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-06-17 23:57:16 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-06-17 23:57:16 +0200
commit97030fec7b9edbe7276bb0e175f1e3c849d3e476 (patch)
treef616f38aa353919d7a5cab5adab38dec19df8e9e /assets
parent3db784b04eadbce697265d7440fb52a4ed18a232 (diff)
downloadreploy-97030fec7b9edbe7276bb0e175f1e3c849d3e476.tar.gz
reploy-97030fec7b9edbe7276bb0e175f1e3c849d3e476.tar.bz2
actually migrate some contents
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index a030cea..57ce4dc 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -114,6 +114,7 @@ h6 {
.search-form-wrap {
text-align: center;
+ font-size: 120%;
}
ul.search-results li {
@@ -136,6 +137,25 @@ input.search {
width: 100%;
}
+input, button {
+ font-size: inherit;
+ font-family: inherit;
+}
+
+
+tbody tr.even {
+ background: #f8f8f8;
+}
+
+table td {
+ padding: 0.3em;
+}
+
+table th {
+ padding: 0.5em;
+ border-bottom: 1pt solid #777;
+}
+
/* layout */
header {