Fossil SCM

Countering the 0.9em font size for monospace input boxes (forum post, wiki edit, ticket comment…) with 1.0em since these fonts tend to be smaller, and when they're full-width (as with /wikiedit and /fileedit) too many columns gets difficult to read.

wyoung 2024-01-25 18:35 inskinerator-modern-backport
Commit 002635cc3613c3e2dac9220a67abb384dc0dffc80dba349dd505500c797577ab
1 file changed +4
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -172,10 +172,14 @@
172172
.forum blockquote {
173173
background-color: rgba(65, 131, 196, 0.1);
174174
border-left: 3px solid #254769;
175175
padding: .1em 1em;
176176
}
177
+
178
+textarea.wikiedit {
179
+ font-size: 1em; /* monospace fonts tend to be smaller; compensate */
180
+}
177181
178182
179183
/* Tickets */
180184
181185
table.report {
182186
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -172,10 +172,14 @@
172 .forum blockquote {
173 background-color: rgba(65, 131, 196, 0.1);
174 border-left: 3px solid #254769;
175 padding: .1em 1em;
176 }
 
 
 
 
177
178
179 /* Tickets */
180
181 table.report {
182
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -172,10 +172,14 @@
172 .forum blockquote {
173 background-color: rgba(65, 131, 196, 0.1);
174 border-left: 3px solid #254769;
175 padding: .1em 1em;
176 }
177
178 textarea.wikiedit {
179 font-size: 1em; /* monospace fonts tend to be smaller; compensate */
180 }
181
182
183 /* Tickets */
184
185 table.report {
186

Keyboard Shortcuts

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