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.
Commit
002635cc3613c3e2dac9220a67abb384dc0dffc80dba349dd505500c797577ab
Parent
8ddd2e6be045a12…
1 file changed
+4
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -172,10 +172,14 @@ | ||
| 172 | 172 | .forum blockquote { |
| 173 | 173 | background-color: rgba(65, 131, 196, 0.1); |
| 174 | 174 | border-left: 3px solid #254769; |
| 175 | 175 | padding: .1em 1em; |
| 176 | 176 | } |
| 177 | + | |
| 178 | +textarea.wikiedit { | |
| 179 | + font-size: 1em; /* monospace fonts tend to be smaller; compensate */ | |
| 180 | +} | |
| 177 | 181 | |
| 178 | 182 | |
| 179 | 183 | /* Tickets */ |
| 180 | 184 | |
| 181 | 185 | table.report { |
| 182 | 186 |
| --- 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 |