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