Fossil SCM
Replaced the hand-rolled table at the top of the customskin doc with an MD table that now gets styled in much the same way under the new skin.
Commit
69aaf2595df92b550ca6776748fdfba4e41275c2796a3ded07ba392c890db070
Parent
cdbf591bcff90fc…
1 file changed
+5
-10
+5
-10
| --- www/customskin.md | ||
| +++ www/customskin.md | ||
| @@ -57,20 +57,15 @@ | ||
| 57 | 57 | |
| 58 | 58 | # Structure Of A Fossil Web Page |
| 59 | 59 | |
| 60 | 60 | Every HTML page generated by Fossil has the same basic structure: |
| 61 | 61 | |
| 62 | -<blockquote><table border=1 cellpadding=10><tbody> | |
| 63 | -<tr><td style='background-color:lightgreen;text-align:center;'> | |
| 64 | -Fossil-Generated HTML Header</td></tr> | |
| 65 | -<tr><td style='background-color:lightblue;text-align:center;'>Content Header</td></tr> | |
| 66 | -<tr><td style='background-color:lightgreen;text-align:center;'> | |
| 67 | -Fossil-Generated Content</td></tr> | |
| 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> | |
| 62 | +| Fossil-Generated HTML Header | | |
| 63 | +| Content Header | | |
| 64 | +| Fossil-Generated Content | | |
| 65 | +| Content Footer | | |
| 66 | +| Fossil-Generated HTML Footer | | |
| 72 | 67 | |
| 73 | 68 | The green parts are *usually* generated by Fossil. The blue parts |
| 74 | 69 | are things that you, the administrator, get to modify in order to |
| 75 | 70 | customize the skin. |
| 76 | 71 | |
| 77 | 72 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -57,20 +57,15 @@ | |
| 57 | |
| 58 | # Structure Of A Fossil Web Page |
| 59 | |
| 60 | Every HTML page generated by Fossil has the same basic structure: |
| 61 | |
| 62 | <blockquote><table border=1 cellpadding=10><tbody> |
| 63 | <tr><td style='background-color:lightgreen;text-align:center;'> |
| 64 | Fossil-Generated HTML Header</td></tr> |
| 65 | <tr><td style='background-color:lightblue;text-align:center;'>Content Header</td></tr> |
| 66 | <tr><td style='background-color:lightgreen;text-align:center;'> |
| 67 | Fossil-Generated Content</td></tr> |
| 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 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -57,20 +57,15 @@ | |
| 57 | |
| 58 | # Structure Of A Fossil Web Page |
| 59 | |
| 60 | Every HTML page generated by Fossil has the same basic structure: |
| 61 | |
| 62 | | Fossil-Generated HTML Header | |
| 63 | | Content Header | |
| 64 | | Fossil-Generated Content | |
| 65 | | Content Footer | |
| 66 | | Fossil-Generated HTML Footer | |
| 67 | |
| 68 | The green parts are *usually* generated by Fossil. The blue parts |
| 69 | are things that you, the administrator, get to modify in order to |
| 70 | customize the skin. |
| 71 | |
| 72 |