Fossil SCM

Removed the body font size override for desktop screens, letting the browser take its default, "medium" in CSS-speak. This results in a slight reduction in all font sizes on desktop screens.

wyoung 2024-01-28 19:47 inskinerator-modern-backport
Commit ac8bb235fc98cece29cf9b20736281ac4d01bb28cc1ec475910159da12ffe723
1 file changed -4
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -3,11 +3,10 @@
33
44
body {
55
margin: 0 auto;
66
background-color: white;
77
font-family: sans-serif;
8
- font-size: 14pt;
98
}
109
1110
a {
1211
color: #4183C4;
1312
text-decoration: none;
@@ -385,13 +384,10 @@
385384
/* Spacing for desktop */
386385
body {
387386
padding-left: 20px;
388387
padding-right: 20px;
389388
}
390
- .content {
391
- font-size: 0.9em;
392
- }
393389
.title {
394390
padding-top: 10px;
395391
padding-bottom: 10px;
396392
}
397393
.status {padding-top: 30px;}
398394
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -3,11 +3,10 @@
3
4 body {
5 margin: 0 auto;
6 background-color: white;
7 font-family: sans-serif;
8 font-size: 14pt;
9 }
10
11 a {
12 color: #4183C4;
13 text-decoration: none;
@@ -385,13 +384,10 @@
385 /* Spacing for desktop */
386 body {
387 padding-left: 20px;
388 padding-right: 20px;
389 }
390 .content {
391 font-size: 0.9em;
392 }
393 .title {
394 padding-top: 10px;
395 padding-bottom: 10px;
396 }
397 .status {padding-top: 30px;}
398
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -3,11 +3,10 @@
3
4 body {
5 margin: 0 auto;
6 background-color: white;
7 font-family: sans-serif;
 
8 }
9
10 a {
11 color: #4183C4;
12 text-decoration: none;
@@ -385,13 +384,10 @@
384 /* Spacing for desktop */
385 body {
386 padding-left: 20px;
387 padding-right: 20px;
388 }
 
 
 
389 .title {
390 padding-top: 10px;
391 padding-bottom: 10px;
392 }
393 .status {padding-top: 30px;}
394

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button