Fossil

Check-in [69f75f196b]
Login

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

Overview
Comment:Change the (default) font-size for side-by-side diff from "smaller" to "xx-small", as the latter seems to work better on non-Firefox browsers.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 69f75f196bcff842edac775c45b2f160e5e59071
User & Date: drh 2012-12-15 13:26:48.345
Context
2012-12-15
14:13
Always set "white-space: pre-wrap;" in the CSS. ... (check-in: 1442cc7f4c user: drh tags: trunk)
13:26
Change the (default) font-size for side-by-side diff from "smaller" to "xx-small", as the latter seems to work better on non-Firefox browsers. ... (check-in: 69f75f196b user: drh tags: trunk)
01:37
More test cases for the side-by-side diff. No changes to code. ... (check-in: 47dacaa69b user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
    "List of files in a timeline",
    @   margin-top: 3px;
    @   line-height: 100%;
  },
  { "div.sbsdiff",
    "side-by-side diff display",
    @   font-family: monospace;
    @   font-size: smaller;
    @   white-space: pre;
  },
  { "div.udiff",
    "context diff display",
    @   font-family: monospace;
    @   white-space: pre;
  },







|







957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
    "List of files in a timeline",
    @   margin-top: 3px;
    @   line-height: 100%;
  },
  { "div.sbsdiff",
    "side-by-side diff display",
    @   font-family: monospace;
    @   font-size: xx-small;
    @   white-space: pre;
  },
  { "div.udiff",
    "context diff display",
    @   font-family: monospace;
    @   white-space: pre;
  },