Fossil

Check-in [565f4d11b8]
Login

Check-in [565f4d11b8]

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

Overview
Comment:Remove the "word-break:break-all;" from the default CSS for the fileage page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 565f4d11b81a0954a863583742c6b86f2002b75f
User & Date: drh 2015-02-17 20:45:59.354
Context
2015-02-18
02:49
Fix the mkdownload.tcl script that generates the download.html page so that is uses the new website skin. ... (check-in: bdc892f9ff user: drh tags: trunk)
2015-02-17
20:45
Remove the "word-break:break-all;" from the default CSS for the fileage page. ... (check-in: 565f4d11b8 user: drh tags: trunk)
2015-02-16
20:15
More documentation on theming and creating custom skins. ... (check-in: c397fe5c44 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
  { ".fileage td:nth-child(2)",
    "fileage second column (the filename)",
    @ padding-left: 1em;
    @ padding-right: 1em;
  },
  { ".fileage td:nth-child(3)",
    "fileage third column (the check-in comment)",
    @ word-break: break-all;
    @ word-wrap: break-word;
    @ max-width: 50%;
  },
  { ".brlist table",  "The list of branches",
    @ border-spacing: 0;
  },
  { ".brlist table th",  "Branch list table headers",







<







1262
1263
1264
1265
1266
1267
1268

1269
1270
1271
1272
1273
1274
1275
  { ".fileage td:nth-child(2)",
    "fileage second column (the filename)",
    @ padding-left: 1em;
    @ padding-right: 1em;
  },
  { ".fileage td:nth-child(3)",
    "fileage third column (the check-in comment)",

    @ word-wrap: break-word;
    @ max-width: 50%;
  },
  { ".brlist table",  "The list of branches",
    @ border-spacing: 0;
  },
  { ".brlist table th",  "Branch list table headers",