Fossil SCM
Reworked the remaining custom CSS in the server index doc to cascade properly with the new table styling in the skin.
Commit
d3c55b57f1286ab5e5e5e8beb3835f1cafceafbf0e4475e8d0f5e12732adf004
Parent
3291f68fe3224ed…
1 file changed
+3
-5
+3
-5
| --- www/server/index.html | ||
| +++ www/server/index.html | ||
| @@ -1,26 +1,24 @@ | ||
| 1 | 1 | <div class='fossil-doc' data-title="How To Configure A Fossil Server"> |
| 2 | 2 | |
| 3 | 3 | <style type="text/css"> |
| 4 | - th.fep { | |
| 5 | - background-color: #e8e8e8; | |
| 4 | + .doc > .content th.fep { | |
| 6 | 5 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 7 | 6 | font-stretch: condensed; |
| 8 | 7 | min-width: 3em; |
| 9 | 8 | padding: 0.4em; |
| 10 | 9 | white-space: nowrap; |
| 11 | 10 | } |
| 12 | 11 | |
| 13 | - th.host { | |
| 14 | - background-color: #e8e8e8; | |
| 12 | + .doc > .content th.host { | |
| 15 | 13 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 16 | 14 | font-stretch: condensed; |
| 17 | 15 | padding: 0.4em; |
| 18 | 16 | text-align: right; |
| 19 | 17 | } |
| 20 | 18 | |
| 21 | - td.doc { | |
| 19 | + .doc > .content td.doc { | |
| 22 | 20 | text-align: center; |
| 23 | 21 | } |
| 24 | 22 | </style> |
| 25 | 23 | |
| 26 | 24 | |
| 27 | 25 |
| --- www/server/index.html | |
| +++ www/server/index.html | |
| @@ -1,26 +1,24 @@ | |
| 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; |
| 9 | padding: 0.4em; |
| 10 | white-space: nowrap; |
| 11 | } |
| 12 | |
| 13 | th.host { |
| 14 | background-color: #e8e8e8; |
| 15 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 16 | font-stretch: condensed; |
| 17 | padding: 0.4em; |
| 18 | text-align: right; |
| 19 | } |
| 20 | |
| 21 | td.doc { |
| 22 | text-align: center; |
| 23 | } |
| 24 | </style> |
| 25 | |
| 26 | |
| 27 |
| --- www/server/index.html | |
| +++ www/server/index.html | |
| @@ -1,26 +1,24 @@ | |
| 1 | <div class='fossil-doc' data-title="How To Configure A Fossil Server"> |
| 2 | |
| 3 | <style type="text/css"> |
| 4 | .doc > .content th.fep { |
| 5 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 6 | font-stretch: condensed; |
| 7 | min-width: 3em; |
| 8 | padding: 0.4em; |
| 9 | white-space: nowrap; |
| 10 | } |
| 11 | |
| 12 | .doc > .content th.host { |
| 13 | font-family: "Helvetica Neue", "Arial Narrow", "Myriad Pro", "Avenir Next Condensed"; |
| 14 | font-stretch: condensed; |
| 15 | padding: 0.4em; |
| 16 | text-align: right; |
| 17 | } |
| 18 | |
| 19 | .doc > .content td.doc { |
| 20 | text-align: center; |
| 21 | } |
| 22 | </style> |
| 23 | |
| 24 | |
| 25 |