Fossil SCM
Simplified table styling for the ToC at the top of the Fossil v Git doc to make better use of the new styling.
Commit
5f1caed1da0fd2f3e757117868d2ba23ec2cedbc1c3041cb9145147a9a64dffc
Parent
76f6e9e1b71d807…
1 file changed
+6
-4
+6
-4
| --- www/fossil-v-git.wiki | ||
| +++ www/fossil-v-git.wiki | ||
| @@ -34,16 +34,18 @@ | ||
| 34 | 34 | <h2>2.0 Differences Between Fossil And Git</h2> |
| 35 | 35 | |
| 36 | 36 | Differences between Fossil and Git are summarized by the following table, |
| 37 | 37 | with further description in the text that follows. |
| 38 | 38 | |
| 39 | -<blockquote><table border=1 cellpadding=5 align=center> | |
| 39 | +<table style="width: fit-content"> | |
| 40 | 40 | <tr><th width="49%">GIT</th><th width="49%">FOSSIL</th><th width="2%">more</th></tr> |
| 41 | 41 | <tr> |
| 42 | 42 | <td>File versioning only</td> |
| 43 | - <td>VCS, tickets, wiki, docs, notes, forum, chat, UI, | |
| 44 | - [https://en.wikipedia.org/wiki/Role-based_access_control|RBAC]</td> | |
| 43 | + <td style="white-space: nowrap"> | |
| 44 | + VCS, tickets, wiki, docs, notes, forum, chat, UI, | |
| 45 | + [https://en.wikipedia.org/wiki/Role-based_access_control|RBAC] | |
| 46 | + </td> | |
| 45 | 47 | <td><a href="#features">2.1 ↓</a></td> |
| 46 | 48 | </tr> |
| 47 | 49 | <tr> |
| 48 | 50 | <td>A federation of many small programs</td> |
| 49 | 51 | <td>One self-contained, stand-alone executable</td> |
| @@ -97,11 +99,11 @@ | ||
| 97 | 99 | <tr> |
| 98 | 100 | <td>SHA-1 or SHA-2</td> |
| 99 | 101 | <td>SHA-1 and/or SHA-3, in the same repository</td> |
| 100 | 102 | <td><a href="#hash">2.9 ↓</a></td> |
| 101 | 103 | </tr> |
| 102 | -</table></blockquote> | |
| 104 | +</table> | |
| 103 | 105 | |
| 104 | 106 | <h3 id="features">2.1 Featureful</h3> |
| 105 | 107 | |
| 106 | 108 | Git provides file versioning services only, whereas Fossil adds |
| 107 | 109 | an integrated [./wikitheory.wiki | wiki], |
| 108 | 110 |
| --- www/fossil-v-git.wiki | |
| +++ www/fossil-v-git.wiki | |
| @@ -34,16 +34,18 @@ | |
| 34 | <h2>2.0 Differences Between Fossil And Git</h2> |
| 35 | |
| 36 | Differences between Fossil and Git are summarized by the following table, |
| 37 | with further description in the text that follows. |
| 38 | |
| 39 | <blockquote><table border=1 cellpadding=5 align=center> |
| 40 | <tr><th width="49%">GIT</th><th width="49%">FOSSIL</th><th width="2%">more</th></tr> |
| 41 | <tr> |
| 42 | <td>File versioning only</td> |
| 43 | <td>VCS, tickets, wiki, docs, notes, forum, chat, UI, |
| 44 | [https://en.wikipedia.org/wiki/Role-based_access_control|RBAC]</td> |
| 45 | <td><a href="#features">2.1 ↓</a></td> |
| 46 | </tr> |
| 47 | <tr> |
| 48 | <td>A federation of many small programs</td> |
| 49 | <td>One self-contained, stand-alone executable</td> |
| @@ -97,11 +99,11 @@ | |
| 97 | <tr> |
| 98 | <td>SHA-1 or SHA-2</td> |
| 99 | <td>SHA-1 and/or SHA-3, in the same repository</td> |
| 100 | <td><a href="#hash">2.9 ↓</a></td> |
| 101 | </tr> |
| 102 | </table></blockquote> |
| 103 | |
| 104 | <h3 id="features">2.1 Featureful</h3> |
| 105 | |
| 106 | Git provides file versioning services only, whereas Fossil adds |
| 107 | an integrated [./wikitheory.wiki | wiki], |
| 108 |
| --- www/fossil-v-git.wiki | |
| +++ www/fossil-v-git.wiki | |
| @@ -34,16 +34,18 @@ | |
| 34 | <h2>2.0 Differences Between Fossil And Git</h2> |
| 35 | |
| 36 | Differences between Fossil and Git are summarized by the following table, |
| 37 | with further description in the text that follows. |
| 38 | |
| 39 | <table style="width: fit-content"> |
| 40 | <tr><th width="49%">GIT</th><th width="49%">FOSSIL</th><th width="2%">more</th></tr> |
| 41 | <tr> |
| 42 | <td>File versioning only</td> |
| 43 | <td style="white-space: nowrap"> |
| 44 | VCS, tickets, wiki, docs, notes, forum, chat, UI, |
| 45 | [https://en.wikipedia.org/wiki/Role-based_access_control|RBAC] |
| 46 | </td> |
| 47 | <td><a href="#features">2.1 ↓</a></td> |
| 48 | </tr> |
| 49 | <tr> |
| 50 | <td>A federation of many small programs</td> |
| 51 | <td>One self-contained, stand-alone executable</td> |
| @@ -97,11 +99,11 @@ | |
| 99 | <tr> |
| 100 | <td>SHA-1 or SHA-2</td> |
| 101 | <td>SHA-1 and/or SHA-3, in the same repository</td> |
| 102 | <td><a href="#hash">2.9 ↓</a></td> |
| 103 | </tr> |
| 104 | </table> |
| 105 | |
| 106 | <h3 id="features">2.1 Featureful</h3> |
| 107 | |
| 108 | Git provides file versioning services only, whereas Fossil adds |
| 109 | an integrated [./wikitheory.wiki | wiki], |
| 110 |