Fossil SCM
Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters.
Commit
1481ae1f9edb0fa24fa6a4eba61900b6faca61fea422992c8bcca48147ba0657
Parent
ec059849f5c73a4…
2 files changed
+3
+2
+3
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -26,10 +26,13 @@ | ||
| 26 | 26 | color: red; |
| 27 | 27 | } |
| 28 | 28 | table.timelineTable { |
| 29 | 29 | border-spacing: 0px 2px; |
| 30 | 30 | } |
| 31 | +.timelineDate { | |
| 32 | + white-space: nowrap; | |
| 33 | +} | |
| 31 | 34 | span.timelineDisabled { |
| 32 | 35 | font-style: italic; |
| 33 | 36 | font-size: small; |
| 34 | 37 | } |
| 35 | 38 | tr.timelineCurrent { |
| 36 | 39 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -26,10 +26,13 @@ | |
| 26 | color: red; |
| 27 | } |
| 28 | table.timelineTable { |
| 29 | border-spacing: 0px 2px; |
| 30 | } |
| 31 | span.timelineDisabled { |
| 32 | font-style: italic; |
| 33 | font-size: small; |
| 34 | } |
| 35 | tr.timelineCurrent { |
| 36 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -26,10 +26,13 @@ | |
| 26 | color: red; |
| 27 | } |
| 28 | table.timelineTable { |
| 29 | border-spacing: 0px 2px; |
| 30 | } |
| 31 | .timelineDate { |
| 32 | white-space: nowrap; |
| 33 | } |
| 34 | span.timelineDisabled { |
| 35 | font-style: italic; |
| 36 | font-size: small; |
| 37 | } |
| 38 | tr.timelineCurrent { |
| 39 |
+2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,15 +1,17 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_5'></a> |
| 4 | 4 | <h2>Changes for Version 2.5 (pending)</h2> |
| 5 | 5 | |
| 6 | + * Numerous enhancements to the look and feel of the web interface | |
| 6 | 7 | * Fossil now automatically generates the |
| 7 | 8 | <html><head>...</head><body> |
| 8 | 9 | at the beginning of each web page if the configurable header |
| 9 | 10 | lacks a <body> tag. |
| 10 | 11 | * Upgrade to the latest versions of SQLite and OpenSSL. |
| 12 | + * Improved key bindings on the Tk diff screen generated by "fossil diff --tk". | |
| 11 | 13 | |
| 12 | 14 | <a name='v2_4'></a> |
| 13 | 15 | <h2>Changes for Version 2.4 (2017-11-03)</h2> |
| 14 | 16 | |
| 15 | 17 | * New feature: URL Aliases. URL Aliases allow an administrator |
| 16 | 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,15 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_5'></a> |
| 4 | <h2>Changes for Version 2.5 (pending)</h2> |
| 5 | |
| 6 | * Fossil now automatically generates the |
| 7 | <html><head>...</head><body> |
| 8 | at the beginning of each web page if the configurable header |
| 9 | lacks a <body> tag. |
| 10 | * Upgrade to the latest versions of SQLite and OpenSSL. |
| 11 | |
| 12 | <a name='v2_4'></a> |
| 13 | <h2>Changes for Version 2.4 (2017-11-03)</h2> |
| 14 | |
| 15 | * New feature: URL Aliases. URL Aliases allow an administrator |
| 16 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,15 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_5'></a> |
| 4 | <h2>Changes for Version 2.5 (pending)</h2> |
| 5 | |
| 6 | * Numerous enhancements to the look and feel of the web interface |
| 7 | * Fossil now automatically generates the |
| 8 | <html><head>...</head><body> |
| 9 | at the beginning of each web page if the configurable header |
| 10 | lacks a <body> tag. |
| 11 | * Upgrade to the latest versions of SQLite and OpenSSL. |
| 12 | * Improved key bindings on the Tk diff screen generated by "fossil diff --tk". |
| 13 | |
| 14 | <a name='v2_4'></a> |
| 15 | <h2>Changes for Version 2.4 (2017-11-03)</h2> |
| 16 | |
| 17 | * New feature: URL Aliases. URL Aliases allow an administrator |
| 18 |