Fossil SCM
Added instructions for how to change the width of the skin.
Commit
87f06e88fccc9d4f8a32881717d68413159a9032
Parent
cb98ab9dadd7673…
1 file changed
+8
-1
+8
-1
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -1,7 +1,13 @@ | ||
| 1 | -/************************************** | |
| 1 | +/****************************************************************************** | |
| 2 | 2 | * Xekri |
| 3 | + * | |
| 4 | + * To adjust the width of the contents for this skin, look for the "max-width" | |
| 5 | + * property and change its value. (It's in the "Main Area" section) The value | |
| 6 | + * determines how much of the browser window to use. Some like 100%, so that | |
| 7 | + * the entire window is used. Others prefer 80%, which makes the contents | |
| 8 | + * easier to read for them. | |
| 3 | 9 | */ |
| 4 | 10 | |
| 5 | 11 | |
| 6 | 12 | /************************************** |
| 7 | 13 | * General HTML |
| @@ -62,10 +68,11 @@ | ||
| 62 | 68 | } |
| 63 | 69 | |
| 64 | 70 | td[style^=background-color] { |
| 65 | 71 | color: #000; |
| 66 | 72 | } |
| 73 | + | |
| 67 | 74 | |
| 68 | 75 | /************************************** |
| 69 | 76 | * Main Area |
| 70 | 77 | */ |
| 71 | 78 | |
| 72 | 79 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1,7 +1,13 @@ | |
| 1 | /************************************** |
| 2 | * Xekri |
| 3 | */ |
| 4 | |
| 5 | |
| 6 | /************************************** |
| 7 | * General HTML |
| @@ -62,10 +68,11 @@ | |
| 62 | } |
| 63 | |
| 64 | td[style^=background-color] { |
| 65 | color: #000; |
| 66 | } |
| 67 | |
| 68 | /************************************** |
| 69 | * Main Area |
| 70 | */ |
| 71 | |
| 72 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1,7 +1,13 @@ | |
| 1 | /****************************************************************************** |
| 2 | * Xekri |
| 3 | * |
| 4 | * To adjust the width of the contents for this skin, look for the "max-width" |
| 5 | * property and change its value. (It's in the "Main Area" section) The value |
| 6 | * determines how much of the browser window to use. Some like 100%, so that |
| 7 | * the entire window is used. Others prefer 80%, which makes the contents |
| 8 | * easier to read for them. |
| 9 | */ |
| 10 | |
| 11 | |
| 12 | /************************************** |
| 13 | * General HTML |
| @@ -62,10 +68,11 @@ | |
| 68 | } |
| 69 | |
| 70 | td[style^=background-color] { |
| 71 | color: #000; |
| 72 | } |
| 73 | |
| 74 | |
| 75 | /************************************** |
| 76 | * Main Area |
| 77 | */ |
| 78 | |
| 79 |