Fossil SCM

Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters.

drh 2017-12-14 00:25 trunk
Commit 1481ae1f9edb0fa24fa6a4eba61900b6faca61fea422992c8bcca48147ba0657
--- src/default_css.txt
+++ src/default_css.txt
@@ -26,10 +26,13 @@
2626
color: red;
2727
}
2828
table.timelineTable {
2929
border-spacing: 0px 2px;
3030
}
31
+.timelineDate {
32
+ white-space: nowrap;
33
+}
3134
span.timelineDisabled {
3235
font-style: italic;
3336
font-size: small;
3437
}
3538
tr.timelineCurrent {
3639
--- 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
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,15 +1,17 @@
11
<title>Change Log</title>
22
33
<a name='v2_5'></a>
44
<h2>Changes for Version 2.5 (pending)</h2>
55
6
+ * Numerous enhancements to the look and feel of the web interface
67
* Fossil now automatically generates the
78
&lt;html&gt;&lt;head&gt;...&lt;/head&gt;&lt;body&gt;
89
at the beginning of each web page if the configurable header
910
lacks a &lt;body&gt; tag.
1011
* Upgrade to the latest versions of SQLite and OpenSSL.
12
+ * Improved key bindings on the Tk diff screen generated by "fossil diff --tk".
1113
1214
<a name='v2_4'></a>
1315
<h2>Changes for Version 2.4 (2017-11-03)</h2>
1416
1517
* New feature: URL Aliases. URL Aliases allow an administrator
1618
--- 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 &lt;html&gt;&lt;head&gt;...&lt;/head&gt;&lt;body&gt;
8 at the beginning of each web page if the configurable header
9 lacks a &lt;body&gt; 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 &lt;html&gt;&lt;head&gt;...&lt;/head&gt;&lt;body&gt;
9 at the beginning of each web page if the configurable header
10 lacks a &lt;body&gt; 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button