Fossil SCM
A couple minor skin doc typos.
Commit
9e871e0de072c0e862a44519e5c028ea4d9dc2069666422cd488eaa989299623
Parent
80ca317ac5f3165…
1 file changed
+12
-9
+12
-9
| --- www/customskin.md | ||
| +++ www/customskin.md | ||
| @@ -68,12 +68,13 @@ | ||
| 68 | 68 | <tr><td style='background-color:lightblue;text-align:center;'>Content Footer</td></tr> |
| 69 | 69 | <tr><td style='background-color:lightgreen;text-align:center;'> |
| 70 | 70 | Fossil-Generated HTML Footer</td></tr> |
| 71 | 71 | </tbody></table></blockquote> |
| 72 | 72 | |
| 73 | -The green parts are generated by Fossil. The blue parts are things that | |
| 74 | -you, the administrator, get to modify in order to customize the skin. | |
| 73 | +The green parts are *usually* generated by Fossil. The blue parts | |
| 74 | +are things that you, the administrator, get to modify in order to | |
| 75 | +customize the skin. | |
| 75 | 76 | |
| 76 | 77 | Fossil *usually* (but not always - [see below](#override)) |
| 77 | 78 | generates the initial HTML Header section of a page. The |
| 78 | 79 | generated HTML Header will look something like this: |
| 79 | 80 | |
| @@ -85,31 +86,33 @@ | ||
| 85 | 86 | <title>....</title> |
| 86 | 87 | <link rel="stylesheet" href="..." type="text/css" /> |
| 87 | 88 | </head> |
| 88 | 89 | <body> |
| 89 | 90 | |
| 90 | -In most cases, it is best to leave the Fossil-generated HTML Header alone. | |
| 91 | -The configurable part of the skin begins with the Content Header section which | |
| 92 | -should followign the following template: | |
| 91 | +In most cases, it is best to leave the Fossil-generated HTML Header | |
| 92 | +alone. (One exception is when the administrator needs to include links | |
| 93 | +to additional CSS files.) The configurable part of the skin begins | |
| 94 | +with the Content Header section which should follow this template: | |
| 93 | 95 | |
| 94 | 96 | <div class="header"> |
| 95 | 97 | ... top banner and menu bar ... |
| 96 | 98 | </div> |
| 97 | 99 | |
| 98 | -Note that `<div class="header">` and `</div>` tags must be included in the | |
| 99 | -Content Header text of the skin. In other words, you the administrator need | |
| 100 | -to supply that text as part of your skin customization. | |
| 100 | +Note that `<div class="header">` and `</div>` tags must be included in | |
| 101 | +the Content Header text of the skin. In other words, you, the | |
| 102 | +administrator, need to supply that text as part of your skin | |
| 103 | +customization. | |
| 101 | 104 | |
| 102 | 105 | The Fossil-generated Content section immediately follows the Content Header. |
| 103 | 106 | The Content section will looks like this: |
| 104 | 107 | |
| 105 | 108 | <div class="content"> |
| 106 | 109 | ... Fossil-generated content here ... |
| 107 | 110 | </div> |
| 108 | 111 | |
| 109 | 112 | After the Content is the custom Content Footer section which should |
| 110 | -following this template: | |
| 113 | +follow this template: | |
| 111 | 114 | |
| 112 | 115 | <div class="footer"> |
| 113 | 116 | ... skin-specific stuff here ... |
| 114 | 117 | </div> |
| 115 | 118 | <script nonce="$nonce"> |
| 116 | 119 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -68,12 +68,13 @@ | |
| 68 | <tr><td style='background-color:lightblue;text-align:center;'>Content Footer</td></tr> |
| 69 | <tr><td style='background-color:lightgreen;text-align:center;'> |
| 70 | Fossil-Generated HTML Footer</td></tr> |
| 71 | </tbody></table></blockquote> |
| 72 | |
| 73 | The green parts are generated by Fossil. The blue parts are things that |
| 74 | you, the administrator, get to modify in order to customize the skin. |
| 75 | |
| 76 | Fossil *usually* (but not always - [see below](#override)) |
| 77 | generates the initial HTML Header section of a page. The |
| 78 | generated HTML Header will look something like this: |
| 79 | |
| @@ -85,31 +86,33 @@ | |
| 85 | <title>....</title> |
| 86 | <link rel="stylesheet" href="..." type="text/css" /> |
| 87 | </head> |
| 88 | <body> |
| 89 | |
| 90 | In most cases, it is best to leave the Fossil-generated HTML Header alone. |
| 91 | The configurable part of the skin begins with the Content Header section which |
| 92 | should followign the following template: |
| 93 | |
| 94 | <div class="header"> |
| 95 | ... top banner and menu bar ... |
| 96 | </div> |
| 97 | |
| 98 | Note that `<div class="header">` and `</div>` tags must be included in the |
| 99 | Content Header text of the skin. In other words, you the administrator need |
| 100 | to supply that text as part of your skin customization. |
| 101 | |
| 102 | The Fossil-generated Content section immediately follows the Content Header. |
| 103 | The Content section will looks like this: |
| 104 | |
| 105 | <div class="content"> |
| 106 | ... Fossil-generated content here ... |
| 107 | </div> |
| 108 | |
| 109 | After the Content is the custom Content Footer section which should |
| 110 | following this template: |
| 111 | |
| 112 | <div class="footer"> |
| 113 | ... skin-specific stuff here ... |
| 114 | </div> |
| 115 | <script nonce="$nonce"> |
| 116 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -68,12 +68,13 @@ | |
| 68 | <tr><td style='background-color:lightblue;text-align:center;'>Content Footer</td></tr> |
| 69 | <tr><td style='background-color:lightgreen;text-align:center;'> |
| 70 | Fossil-Generated HTML Footer</td></tr> |
| 71 | </tbody></table></blockquote> |
| 72 | |
| 73 | The green parts are *usually* generated by Fossil. The blue parts |
| 74 | are things that you, the administrator, get to modify in order to |
| 75 | customize the skin. |
| 76 | |
| 77 | Fossil *usually* (but not always - [see below](#override)) |
| 78 | generates the initial HTML Header section of a page. The |
| 79 | generated HTML Header will look something like this: |
| 80 | |
| @@ -85,31 +86,33 @@ | |
| 86 | <title>....</title> |
| 87 | <link rel="stylesheet" href="..." type="text/css" /> |
| 88 | </head> |
| 89 | <body> |
| 90 | |
| 91 | In most cases, it is best to leave the Fossil-generated HTML Header |
| 92 | alone. (One exception is when the administrator needs to include links |
| 93 | to additional CSS files.) The configurable part of the skin begins |
| 94 | with the Content Header section which should follow this template: |
| 95 | |
| 96 | <div class="header"> |
| 97 | ... top banner and menu bar ... |
| 98 | </div> |
| 99 | |
| 100 | Note that `<div class="header">` and `</div>` tags must be included in |
| 101 | the Content Header text of the skin. In other words, you, the |
| 102 | administrator, need to supply that text as part of your skin |
| 103 | customization. |
| 104 | |
| 105 | The Fossil-generated Content section immediately follows the Content Header. |
| 106 | The Content section will looks like this: |
| 107 | |
| 108 | <div class="content"> |
| 109 | ... Fossil-generated content here ... |
| 110 | </div> |
| 111 | |
| 112 | After the Content is the custom Content Footer section which should |
| 113 | follow this template: |
| 114 | |
| 115 | <div class="footer"> |
| 116 | ... skin-specific stuff here ... |
| 117 | </div> |
| 118 | <script nonce="$nonce"> |
| 119 |