Introduction
Introduction Statistics Contact Development Disclaimer Help
tstyle.css: fix font specification for title banner - adamsgaard.dk - my academ…
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit 71e975f0e66fccea5b8de7db332845b8126b9c3c
parent 4d08fa413266fe86b453f227b4c35fc2247e26fc
Author: Anders Damsgaard <[email protected]>
Date: Fri, 18 Dec 2020 12:24:42 +0100
style.css: fix font specification for title banner
Diffstat:
M style.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/style.css b/style.css
t@@ -116,7 +116,9 @@ li {
#title {
background-color: #707;
padding: 1ex 10px;
- font: 1.0em/1.2 Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu …
+ font-size: 1.0em;
+ line-height: 1.3;
+ font-family: monospace;
border-bottom: 0px solid #aaa;
width: 100%;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.