Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Minor diff view change for the black'n'white skin. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | jan-sbsdiff |
| Files: | files | file ages | folders |
| SHA1: |
07714601de287916fc7c97d98d60a838 |
| User & Date: | jan 2011-10-14 22:17:26.663 |
Context
|
2011-10-14
| ||
| 22:21 | Added two (local) options to sbsdiff (allow expansion and max columns limit), though they can't be changed in runtime yet. Added some missing error handling. check-in: 47cdbbf2fb user: jan tags: jan-sbsdiff | |
| 22:17 | Minor diff view change for the black'n'white skin. check-in: 07714601de user: jan tags: jan-sbsdiff | |
| 15:41 | Updated the built-in skins for sbsdiff. check-in: bb76b57aa2 user: jan tags: jan-sbsdiff | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
714 715 716 717 718 719 720 721 722 723 724 725 726 727 |
@
@ table.sbsdiff tr td.added {
@ background-color: white;
@ }
@
@ table.sbsdiff tr td.removed {
@ background-color: white;
@ }
@
@ table.sbsdiff tr td.changed {
@ background-color: white;
@ }');
@ REPLACE INTO config(name,mtime,value) VALUES('header',now(),'<html>
@ <head>
| > | 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 |
@
@ table.sbsdiff tr td.added {
@ background-color: white;
@ }
@
@ table.sbsdiff tr td.removed {
@ background-color: white;
@ text-decoration: line-through;
@ }
@
@ table.sbsdiff tr td.changed {
@ background-color: white;
@ }');
@ REPLACE INTO config(name,mtime,value) VALUES('header',now(),'<html>
@ <head>
|
| ︙ | ︙ |