Changes On Branch no-nobr
Not logged in

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

Changes In Branch no-nobr Excluding Merge-Ins

This is equivalent to a diff from ee33b951a4 to 46fba0f1c6

2012-11-17
19:07
Avoid the <nobr> tag in generated HTML. check-in: 8ea929ca55 user: drh tags: trunk
2012-11-16
07:50
remove unused variable check-in: 6fb750d77c user: jan.nijtmans tags: trunk
07:33
The <nobr> tag is not valid xhtml. All div.logo, div.status, div.section and div.divider parts of the html pages are not supposed to be line-wrapped. Some skins do that though the <nobr> tag, other do it by putting "white-space: nowrap;" in css. This commit changes the skins to do the same using css in all skins. With this chan... Closed-Leaf check-in: 46fba0f1c6 user: jan.nijtmans tags: no-nobr
2012-11-15
20:43
The annotator follows name changes. check-in: ee33b951a4 user: drh tags: trunk
20:25
Enhance the finfo page to show renames and/or where the file was added. check-in: dac6424e66 user: drh tags: trunk

Changes to src/skins.c.

Changes to src/style.c.