Fossil SCM
Improve documentation readability on mobile.
Commit
9e4ca8948a82ae5e3017c0e8ca0268483bb4114f917e3ba0c24a08669e95e930
Parent
9a0132e52846e26…
2 files changed
+6
-2
+1
-1
+6
-2
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -876,10 +876,14 @@ | ||
| 876 | 876 | opacity: 0; |
| 877 | 877 | pointer-events: none; |
| 878 | 878 | display: none; |
| 879 | 879 | } |
| 880 | 880 | input { |
| 881 | - max-width: 95%; | |
| 881 | + max-width: 95%; | |
| 882 | 882 | } |
| 883 | 883 | textarea { |
| 884 | - max-width: 95%; | |
| 884 | + max-width: 95%; | |
| 885 | +} | |
| 886 | +img { | |
| 887 | + max-width: 100%; | |
| 888 | + height: auto; | |
| 885 | 889 | } |
| 886 | 890 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -876,10 +876,14 @@ | |
| 876 | opacity: 0; |
| 877 | pointer-events: none; |
| 878 | display: none; |
| 879 | } |
| 880 | input { |
| 881 | max-width: 95%; |
| 882 | } |
| 883 | textarea { |
| 884 | max-width: 95%; |
| 885 | } |
| 886 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -876,10 +876,14 @@ | |
| 876 | opacity: 0; |
| 877 | pointer-events: none; |
| 878 | display: none; |
| 879 | } |
| 880 | input { |
| 881 | max-width: 95%; |
| 882 | } |
| 883 | textarea { |
| 884 | max-width: 95%; |
| 885 | } |
| 886 | img { |
| 887 | max-width: 100%; |
| 888 | height: auto; |
| 889 | } |
| 890 |
+1
-1
| --- www/concepts.wiki | ||
| +++ www/concepts.wiki | ||
| @@ -234,11 +234,11 @@ | ||
| 234 | 234 | token after the name of the Fossil executable, as shown above. |
| 235 | 235 | |
| 236 | 236 | <a name="workflow"></a> |
| 237 | 237 | <h2>4.0 Workflow</h2> |
| 238 | 238 | |
| 239 | -<img src="concept2.gif" align="right" hspace="10"> | |
| 239 | +<img src="concept2.gif" align="right" hspace="10" style="max-width:50%;"> | |
| 240 | 240 | |
| 241 | 241 | Fossil has two modes of operation: <i>"autosync"</i> and |
| 242 | 242 | <i>"manual-merge"</i> |
| 243 | 243 | Autosync mode is reminiscent of CVS or SVN in that it automatically |
| 244 | 244 | keeps your changes in synchronization with your co-workers through |
| 245 | 245 |
| --- www/concepts.wiki | |
| +++ www/concepts.wiki | |
| @@ -234,11 +234,11 @@ | |
| 234 | token after the name of the Fossil executable, as shown above. |
| 235 | |
| 236 | <a name="workflow"></a> |
| 237 | <h2>4.0 Workflow</h2> |
| 238 | |
| 239 | <img src="concept2.gif" align="right" hspace="10"> |
| 240 | |
| 241 | Fossil has two modes of operation: <i>"autosync"</i> and |
| 242 | <i>"manual-merge"</i> |
| 243 | Autosync mode is reminiscent of CVS or SVN in that it automatically |
| 244 | keeps your changes in synchronization with your co-workers through |
| 245 |
| --- www/concepts.wiki | |
| +++ www/concepts.wiki | |
| @@ -234,11 +234,11 @@ | |
| 234 | token after the name of the Fossil executable, as shown above. |
| 235 | |
| 236 | <a name="workflow"></a> |
| 237 | <h2>4.0 Workflow</h2> |
| 238 | |
| 239 | <img src="concept2.gif" align="right" hspace="10" style="max-width:50%;"> |
| 240 | |
| 241 | Fossil has two modes of operation: <i>"autosync"</i> and |
| 242 | <i>"manual-merge"</i> |
| 243 | Autosync mode is reminiscent of CVS or SVN in that it automatically |
| 244 | keeps your changes in synchronization with your co-workers through |
| 245 |