Fossil SCM
Fix typo in the "css-tricks.md" document.
Commit
9b0661aa600c89cc5825d042c289de53d2a771d366dc21fafc77d074002bd21f
Parent
30b0b112b2b7219…
1 file changed
+1
-2
+1
-2
| --- www/css-tricks.md | ||
| +++ www/css-tricks.md | ||
| @@ -48,11 +48,11 @@ | ||
| 48 | 48 | ## Is it Really `!important`? |
| 49 | 49 | |
| 50 | 50 | By and large, CSS's `!important` qualifier is not needed when |
| 51 | 51 | customzing Fossil's CSS. On occasion, however, particular styles may |
| 52 | 52 | be set directly on DOM elements when Fossil generates its HTML, and |
| 53 | -such cases require the user of `!important` to override them. | |
| 53 | +such cases require the use of `!important` to override them. | |
| 54 | 54 | |
| 55 | 55 | |
| 56 | 56 | <!-- ============================================================ --> |
| 57 | 57 | # Main UI CSS |
| 58 | 58 | |
| @@ -103,6 +103,5 @@ | ||
| 103 | 103 | div.forumPostBody { |
| 104 | 104 | max-height: 25em; /* change to the preferred maximum effective height */ |
| 105 | 105 | overflow: auto; /* tells the browser to add scrollbars as needed */ |
| 106 | 106 | } |
| 107 | 107 | ``` |
| 108 | - | |
| 109 | 108 |
| --- www/css-tricks.md | |
| +++ www/css-tricks.md | |
| @@ -48,11 +48,11 @@ | |
| 48 | ## Is it Really `!important`? |
| 49 | |
| 50 | By and large, CSS's `!important` qualifier is not needed when |
| 51 | customzing Fossil's CSS. On occasion, however, particular styles may |
| 52 | be set directly on DOM elements when Fossil generates its HTML, and |
| 53 | such cases require the user of `!important` to override them. |
| 54 | |
| 55 | |
| 56 | <!-- ============================================================ --> |
| 57 | # Main UI CSS |
| 58 | |
| @@ -103,6 +103,5 @@ | |
| 103 | div.forumPostBody { |
| 104 | max-height: 25em; /* change to the preferred maximum effective height */ |
| 105 | overflow: auto; /* tells the browser to add scrollbars as needed */ |
| 106 | } |
| 107 | ``` |
| 108 | |
| 109 |
| --- www/css-tricks.md | |
| +++ www/css-tricks.md | |
| @@ -48,11 +48,11 @@ | |
| 48 | ## Is it Really `!important`? |
| 49 | |
| 50 | By and large, CSS's `!important` qualifier is not needed when |
| 51 | customzing Fossil's CSS. On occasion, however, particular styles may |
| 52 | be set directly on DOM elements when Fossil generates its HTML, and |
| 53 | such cases require the use of `!important` to override them. |
| 54 | |
| 55 | |
| 56 | <!-- ============================================================ --> |
| 57 | # Main UI CSS |
| 58 | |
| @@ -103,6 +103,5 @@ | |
| 103 | div.forumPostBody { |
| 104 | max-height: 25em; /* change to the preferred maximum effective height */ |
| 105 | overflow: auto; /* tells the browser to add scrollbars as needed */ |
| 106 | } |
| 107 | ``` |
| 108 |