Fossil SCM

Comment improvement

wyoung 2024-02-18 12:15 trunk
Commit 261f80db5ec3c828b13873fea153ee38b541588db09108535da7a7c8bb2c74fb
1 file changed +3 -3
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -241,16 +241,16 @@
241241
* Its rough equivalent in Sass syntax is far more compact, thus clearer:
242242
*
243243
* .artifact, .dir, .doc, .forum, .wiki // the page types we target
244244
* > .content // hands off header & footer
245245
* &, > .fossil-doc, > .markdown // wiki, HTML & MD emb docs
246
- * > p // inline elements only
246
+ * > p // in top-level paras only
247247
* > code, > kbd, > samp, > tt, > var // monospaced tag types
248
- * background-color: #eee // pale gray box that…
248
+ * background-color: #eee // pale gray box which…
249249
* padding: 0 4px // …extends around the sides
250250
*
251
- * The CSS below is based on feeding that through this:
251
+ * The CSS below is based on feeding that Sass code through this:
252252
*
253253
* $ sassc code.sass | sed -e 's/, /,\n/g'
254254
*
255255
* …then hand-cleansing it to make it _somewhat_ more understandable.
256256
* That largely amounts to whitespace tweaks, but we've also done things
257257
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -241,16 +241,16 @@
241 * Its rough equivalent in Sass syntax is far more compact, thus clearer:
242 *
243 * .artifact, .dir, .doc, .forum, .wiki // the page types we target
244 * > .content // hands off header & footer
245 * &, > .fossil-doc, > .markdown // wiki, HTML & MD emb docs
246 * > p // inline elements only
247 * > code, > kbd, > samp, > tt, > var // monospaced tag types
248 * background-color: #eee // pale gray box that…
249 * padding: 0 4px // …extends around the sides
250 *
251 * The CSS below is based on feeding that through this:
252 *
253 * $ sassc code.sass | sed -e 's/, /,\n/g'
254 *
255 * …then hand-cleansing it to make it _somewhat_ more understandable.
256 * That largely amounts to whitespace tweaks, but we've also done things
257
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -241,16 +241,16 @@
241 * Its rough equivalent in Sass syntax is far more compact, thus clearer:
242 *
243 * .artifact, .dir, .doc, .forum, .wiki // the page types we target
244 * > .content // hands off header & footer
245 * &, > .fossil-doc, > .markdown // wiki, HTML & MD emb docs
246 * > p // in top-level paras only
247 * > code, > kbd, > samp, > tt, > var // monospaced tag types
248 * background-color: #eee // pale gray box which…
249 * padding: 0 4px // …extends around the sides
250 *
251 * The CSS below is based on feeding that Sass code through this:
252 *
253 * $ sassc code.sass | sed -e 's/, /,\n/g'
254 *
255 * …then hand-cleansing it to make it _somewhat_ more understandable.
256 * That largely amounts to whitespace tweaks, but we've also done things
257

Keyboard Shortcuts

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