Fossil SCM
Removed explicit CSS at the top of the server index doc. In some ways, this was a prototype of this branch's skin changes, with the result that we were getting double-indents, one from the skin and one from the local additions meant to give hanging headers to the current trunk default skin.
Commit
3291f68fe3224ed73dbf6ee08e4a862cb379ac299867c9cea08dae845188e9ef
Parent
06dfb683028e25a…
1 file changed
+2
-39
+2
-39
| --- www/server/index.html | ||
| +++ www/server/index.html | ||
| @@ -1,43 +1,8 @@ | ||
| 1 | 1 | <div class='fossil-doc' data-title="How To Configure A Fossil Server"> |
| 2 | 2 | |
| 3 | 3 | <style type="text/css"> |
| 4 | - p { | |
| 5 | - margin-left: 4em; | |
| 6 | - margin-right: 3em; | |
| 7 | - } | |
| 8 | - | |
| 9 | - li p { | |
| 10 | - margin-left: 0; | |
| 11 | - } | |
| 12 | - | |
| 13 | - h2 { | |
| 14 | - margin-left: 1em; | |
| 15 | - } | |
| 16 | - | |
| 17 | - h3 { | |
| 18 | - margin-left: 3em; | |
| 19 | - } | |
| 20 | - | |
| 21 | - ol, ul { | |
| 22 | - margin-left: 3em; | |
| 23 | - } | |
| 24 | - | |
| 25 | - a#all { | |
| 26 | - font-size: 90%; | |
| 27 | - margin-left: 1em; | |
| 28 | - } | |
| 29 | - | |
| 30 | - div#tutpick.show { | |
| 31 | - max-height: 99em; | |
| 32 | - transition: max-height 1000ms ease-in; | |
| 33 | - } | |
| 34 | - div#tutpick { | |
| 35 | - max-height: 0; | |
| 36 | - overflow: hidden; | |
| 37 | - } | |
| 38 | - | |
| 39 | 4 | th.fep { |
| 40 | 5 | background-color: #e8e8e8; |
| 41 | 6 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 42 | 7 | font-stretch: condensed; |
| 43 | 8 | min-width: 3em; |
| @@ -200,13 +165,11 @@ | ||
| 200 | 165 | |
| 201 | 166 | <p>We've broken the configuration for each method out into a series of |
| 202 | 167 | sub-articles. Some of these are generic, while others depend on |
| 203 | 168 | particular operating systems or front-end software:</p> |
| 204 | 169 | |
| 205 | -<div id="tutpick" class="show"></div> | |
| 206 | - | |
| 207 | -<table style="margin-left: 6em;"> | |
| 170 | +<div class="indent"><table> | |
| 208 | 171 | <tr> |
| 209 | 172 | <th class="host">⇩ OS / Method ⇨</th> |
| 210 | 173 | <th class="fep">direct</th> |
| 211 | 174 | <th class="fep">inetd</th> |
| 212 | 175 | <th class="fep">stunnel</th> |
| @@ -280,11 +243,11 @@ | ||
| 280 | 243 | <td class="doc">❌</td> |
| 281 | 244 | <td class="doc">❌</td> |
| 282 | 245 | <td class="doc"><a href="windows/iis.md">✅</a></td> |
| 283 | 246 | <td class="doc"><a href="windows/service.md">✅</a></td> |
| 284 | 247 | </tr> |
| 285 | -</table> | |
| 248 | +</table></div> | |
| 286 | 249 | |
| 287 | 250 | <p>Where there is a check mark in the "<b>Any</b>" row, the method for that is |
| 288 | 251 | generic enough that it works across OSes that Fossil is known to work |
| 289 | 252 | on. The check marks below that usually just link to this generic |
| 290 | 253 | documentation.</p> |
| 291 | 254 |
| --- www/server/index.html | |
| +++ www/server/index.html | |
| @@ -1,43 +1,8 @@ | |
| 1 | <div class='fossil-doc' data-title="How To Configure A Fossil Server"> |
| 2 | |
| 3 | <style type="text/css"> |
| 4 | p { |
| 5 | margin-left: 4em; |
| 6 | margin-right: 3em; |
| 7 | } |
| 8 | |
| 9 | li p { |
| 10 | margin-left: 0; |
| 11 | } |
| 12 | |
| 13 | h2 { |
| 14 | margin-left: 1em; |
| 15 | } |
| 16 | |
| 17 | h3 { |
| 18 | margin-left: 3em; |
| 19 | } |
| 20 | |
| 21 | ol, ul { |
| 22 | margin-left: 3em; |
| 23 | } |
| 24 | |
| 25 | a#all { |
| 26 | font-size: 90%; |
| 27 | margin-left: 1em; |
| 28 | } |
| 29 | |
| 30 | div#tutpick.show { |
| 31 | max-height: 99em; |
| 32 | transition: max-height 1000ms ease-in; |
| 33 | } |
| 34 | div#tutpick { |
| 35 | max-height: 0; |
| 36 | overflow: hidden; |
| 37 | } |
| 38 | |
| 39 | th.fep { |
| 40 | background-color: #e8e8e8; |
| 41 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 42 | font-stretch: condensed; |
| 43 | min-width: 3em; |
| @@ -200,13 +165,11 @@ | |
| 200 | |
| 201 | <p>We've broken the configuration for each method out into a series of |
| 202 | sub-articles. Some of these are generic, while others depend on |
| 203 | particular operating systems or front-end software:</p> |
| 204 | |
| 205 | <div id="tutpick" class="show"></div> |
| 206 | |
| 207 | <table style="margin-left: 6em;"> |
| 208 | <tr> |
| 209 | <th class="host">⇩ OS / Method ⇨</th> |
| 210 | <th class="fep">direct</th> |
| 211 | <th class="fep">inetd</th> |
| 212 | <th class="fep">stunnel</th> |
| @@ -280,11 +243,11 @@ | |
| 280 | <td class="doc">❌</td> |
| 281 | <td class="doc">❌</td> |
| 282 | <td class="doc"><a href="windows/iis.md">✅</a></td> |
| 283 | <td class="doc"><a href="windows/service.md">✅</a></td> |
| 284 | </tr> |
| 285 | </table> |
| 286 | |
| 287 | <p>Where there is a check mark in the "<b>Any</b>" row, the method for that is |
| 288 | generic enough that it works across OSes that Fossil is known to work |
| 289 | on. The check marks below that usually just link to this generic |
| 290 | documentation.</p> |
| 291 |
| --- www/server/index.html | |
| +++ www/server/index.html | |
| @@ -1,43 +1,8 @@ | |
| 1 | <div class='fossil-doc' data-title="How To Configure A Fossil Server"> |
| 2 | |
| 3 | <style type="text/css"> |
| 4 | th.fep { |
| 5 | background-color: #e8e8e8; |
| 6 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 7 | font-stretch: condensed; |
| 8 | min-width: 3em; |
| @@ -200,13 +165,11 @@ | |
| 165 | |
| 166 | <p>We've broken the configuration for each method out into a series of |
| 167 | sub-articles. Some of these are generic, while others depend on |
| 168 | particular operating systems or front-end software:</p> |
| 169 | |
| 170 | <div class="indent"><table> |
| 171 | <tr> |
| 172 | <th class="host">⇩ OS / Method ⇨</th> |
| 173 | <th class="fep">direct</th> |
| 174 | <th class="fep">inetd</th> |
| 175 | <th class="fep">stunnel</th> |
| @@ -280,11 +243,11 @@ | |
| 243 | <td class="doc">❌</td> |
| 244 | <td class="doc">❌</td> |
| 245 | <td class="doc"><a href="windows/iis.md">✅</a></td> |
| 246 | <td class="doc"><a href="windows/service.md">✅</a></td> |
| 247 | </tr> |
| 248 | </table></div> |
| 249 | |
| 250 | <p>Where there is a check mark in the "<b>Any</b>" row, the method for that is |
| 251 | generic enough that it works across OSes that Fossil is known to work |
| 252 | on. The check marks below that usually just link to this generic |
| 253 | documentation.</p> |
| 254 |