diff options
author | sijanec <anton@sijanec.eu> | 2021-04-04 22:52:39 +0200 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2021-04-04 22:52:39 +0200 |
commit | 4916ba77785633cd0d74a05802d0fc08764f40dc (patch) | |
tree | 747e53b5e64dbaaba71dbef5033424f2c5166067 /src/hp.html | |
parent | fixed dependency on stdin to pause (diff) | |
download | sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.tar sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.tar.gz sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.tar.bz2 sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.tar.lz sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.tar.xz sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.tar.zst sear.c-4916ba77785633cd0d74a05802d0fc08764f40dc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/hp.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/hp.html b/src/hp.html index d2bc82f..47aff62 100644 --- a/src/hp.html +++ b/src/hp.html @@ -14,7 +14,7 @@ <style> input[type=password], input[type=text], input[type=submit], input[type=button] { height: 1cm; - font-size: 18px; + font-size: large; } .result:hover { background: var(--bgc2); @@ -44,6 +44,19 @@ .SC_LOG_DEBUG { color: magenta; } + .breadcrumb { + color: var(--fgc2); + font-size: small; /* small is relative to parent (h4) size */ + } + .result h4 { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-bottom: 0.314159265358em; + } + .result p { + margin-top: 0.314159265358em; + } </style> </head> <body> |