Fossil

Check-in [1481ae1f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1481ae1f9edb0fa24fa6a4eba61900b6faca61fea422992c8bcca48147ba0657
User & Date: drh 2017-12-14 00:25:40.539
Context
2017-12-14
00:48
Remove the "autofocus" attribute from text inputs, to prevent CSS flashes. ... (check-in: 20e680aa user: drh tags: trunk)
00:25
Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters. ... (check-in: 1481ae1f user: drh tags: trunk)
2017-12-13
21:37
Grammar fix ... (check-in: ec059849 user: wyoung tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default_css.txt.
24
25
26
27
28
29
30



31
32
33
34
35
36
37
}
span.disabled {
  color: red;
}
table.timelineTable {
  border-spacing: 0px 2px;
}



span.timelineDisabled {
  font-style: italic;
  font-size: small;
}
tr.timelineCurrent {
  padding: .1em .2em;
  border: 1px dashed #446979;







>
>
>







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
}
span.disabled {
  color: red;
}
table.timelineTable {
  border-spacing: 0px 2px;
}
.timelineDate {
  white-space: nowrap;
}
span.timelineDisabled {
  font-style: italic;
  font-size: small;
}
tr.timelineCurrent {
  padding: .1em .2em;
  border: 1px dashed #446979;
Changes to www/changes.wiki.
1
2
3
4
5

6
7
8
9
10

11
12
13
14
15
16
17
<title>Change Log</title>

<a name='v2_5'></a>
<h2>Changes for Version 2.5 (pending)</h2>


  *  Fossil now automatically generates the
     &lt;html&gt;&lt;head&gt;...&lt;/head&gt;&lt;body&gt;
     at the beginning of each web page if the configurable header
     lacks a &lt;body&gt; tag.
  *  Upgrade to the latest versions of SQLite and OpenSSL.


<a name='v2_4'></a>
<h2>Changes for Version 2.4 (2017-11-03)</h2>

  *  New feature: URL Aliases.  URL Aliases allow an administrator
     to define their own URLs on the web interface that are rewritten to
     built-in URLs with specific parameters.  Create and configure URL Aliases





>





>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<title>Change Log</title>

<a name='v2_5'></a>
<h2>Changes for Version 2.5 (pending)</h2>

  *  Numerous enhancements to the look and feel of the web interface
  *  Fossil now automatically generates the
     &lt;html&gt;&lt;head&gt;...&lt;/head&gt;&lt;body&gt;
     at the beginning of each web page if the configurable header
     lacks a &lt;body&gt; tag.
  *  Upgrade to the latest versions of SQLite and OpenSSL.
  *  Improved key bindings on the Tk diff screen generated by "fossil diff --tk".

<a name='v2_4'></a>
<h2>Changes for Version 2.4 (2017-11-03)</h2>

  *  New feature: URL Aliases.  URL Aliases allow an administrator
     to define their own URLs on the web interface that are rewritten to
     built-in URLs with specific parameters.  Create and configure URL Aliases