Fossil

Check-in [64ae69e172]
Login

Check-in [64ae69e172]

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

Overview
Comment:Tweaks to the default CSS for the /fileage page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 64ae69e172d6c76099a25e12ecd878b112313842
User & Date: drh 2014-12-18 15:28:48.158
Context
2014-12-18
15:40
Disable the use of SSLv2 and SSLv3. Require TLS for HTTPS for security. ... (check-in: 7a44fddd3f user: drh tags: trunk)
15:28
Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e172 user: drh tags: trunk)
09:38
Update custom Makefile ... (check-in: 87185aa5dd user: jan.nijtmans tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
1230
1231
1232
1233
1234
1235
1236




1237
1238
1239
1240
1241

1242
1243
1244
1245
1246
1247
1248
1249
1250






1251
1252
1253
1254
1255
1256
1257
    @ vertical-align: top;
    @ white-space: nowrap;
  },
  { ".fileage table",
    "The fileage table",
    @ border-spacing: 0;
  },




  { ".fileage td",
    "fileage table cells",
    @ vertical-align: top;
    @ text-align: left;
    @ border-top: 1px solid black;

  },
  { ".fileage td:first-child",
    "fileage first column (the age)",
    @ white-space: nowrap;
  },
  { ".fileage td:first-child + td",
    "fileage second column (the filename)",
    @ padding-left: 1em;
    @ padding-right: 1em;






  },
  { 0,
    0,
    0
  }
};








>
>
>
>




|
>





|



>
>
>
>
>
>







1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
    @ vertical-align: top;
    @ white-space: nowrap;
  },
  { ".fileage table",
    "The fileage table",
    @ border-spacing: 0;
  },
  { ".fileage tr:hover",
    "Mouse-over effects for the file-age table",
    @ background-color: #eee;
  },
  { ".fileage td",
    "fileage table cells",
    @ vertical-align: top;
    @ text-align: left;
    @ border-top: 1px solid #ddd;
    @ padding-top: 3px;
  },
  { ".fileage td:first-child",
    "fileage first column (the age)",
    @ white-space: nowrap;
  },
  { ".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%;
  },
  { 0,
    0,
    0
  }
};