summaryrefslogtreecommitdiffstats
path: root/src/hp.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/hp.html')
-rw-r--r--src/hp.html15
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>