Introduction
Introduction Statistics Contact Development Disclaimer Help
style.css: make headers a bit smaller, use monospace for code - saait - the mos…
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
commit a4f1fc6f95d5ec2d60dbc3be009a8c9f0a7da45c
parent bebb5bec3db62f3194968bd8607aece447183da8
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 10 Feb 2020 19:31:30 +0100
style.css: make headers a bit smaller, use monospace for code
Diffstat:
M style.css | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/style.css b/style.css
@@ -21,10 +21,10 @@ hr {
height: 3px;
}
h1 {
- font-size: 160%;
+ font-size: 140%;
}
h2 {
- font-size: 140%;
+ font-size: 120%;
}
h3 {
font-size: 120%;
@@ -54,6 +54,7 @@ code {
background-color: #eee;
border: 3px solid #aaa;
display: block;
+ font-family: monospace;
overflow-x: auto;
padding: 5px;
word-wrap: normal;
You are viewing proxied material from codemadness.org. 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.