Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Enlarge the diff view font and tweak the diff highlight colors. The skin was globally widened to accomodate more space for the diff view. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | skin-ardoise |
Files: | files | file ages | folders |
SHA3-256: |
34ab58c26386bebcdf44de8b966b6770 |
User & Date: | achavasse 2018-01-08 23:20:21.529 |
Context
2018-01-11
| ||
23:03 | Merge trunk. ... (check-in: 9cd063dc user: achavasse tags: skin-ardoise) | |
2018-01-09
| ||
00:55 | Merge the latest Ardoise-skin enhancements. ... (check-in: 218aa6cb user: drh tags: trunk) | |
2018-01-08
| ||
23:20 | Enlarge the diff view font and tweak the diff highlight colors. The skin was globally widened to accomodate more space for the diff view. ... (check-in: 34ab58c2 user: achavasse tags: skin-ardoise) | |
2018-01-07
| ||
23:45 | Remove varargs C-preprocessor macros from linenoise.c, since some older C compilers (ex: gcc on a circa-2000 iBook) are unable to deal with them. ... (check-in: 24c2b99d user: drh tags: trunk) | |
Changes
Changes to skins/ardoise/css.txt.
︙ | ︙ | |||
284 285 286 287 288 289 290 | color: #ccc } p { display: flow-root } .container { width: 100%; | | | 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | color: #ccc } p { display: flow-root } .container { width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box } .column, .columns { width: 100%; float: left; |
︙ | ︙ | |||
907 908 909 910 911 912 913 914 915 916 917 918 919 920 | white-space: nowrap } td.timelineGraph { width: 20px; text-align: left; vertical-align: top; border-bottom: 0 } a.timelineHistLink { text-transform: lowercase } span.timelineComment { padding: 0 5px } | > > > > > > | 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 | white-space: nowrap } td.timelineGraph { width: 20px; text-align: left; vertical-align: top; border-bottom: 0 } table.login_out .login_out_label, td.tktDescLabel, td.tktDspLabel { text-align: right; font-weight: 700 } a.timelineHistLink { text-transform: lowercase } span.timelineComment { padding: 0 5px } |
︙ | ︙ | |||
928 929 930 931 932 933 934 | .timelineModernCell, .timelineColumnarCell, .timelineDetailCell, .timelineCompactCell, .timelineVerboseCell { vertical-align: top; text-align: left; padding: .75em; border-radius: 5px; background: #000 } | < < < < < < < | 934 935 936 937 938 939 940 941 942 943 944 945 946 947 | .timelineModernCell, .timelineColumnarCell, .timelineDetailCell, .timelineCompactCell, .timelineVerboseCell { vertical-align: top; text-align: left; padding: .75em; border-radius: 5px; background: #000 } .timelineSelected > .timelineColumnarCell, .timelineSelected > .timelineCompactCell, .timelineSelected > .timelineDetailCell, .timelineSelected > .timelineModernCell, .timelineSelected > .timelineVerboseCell { padding: .75em; border-radius: 5px; |
︙ | ︙ | |||
1037 1038 1039 1040 1041 1042 1043 | margin-left: 1px; border-width: 3px 0; border-left: 7px solid #600000 } .tl-line.warp { background: #600000 } | < < < < > > > > > > > > > > > > | | | | 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 | margin-left: 1px; border-width: 3px 0; border-left: 7px solid #600000 } .tl-line.warp { background: #600000 } pre.udiff, table.sbsdiffcols { width: 100%; overflow: auto; padding: 0 5px; font-size: 1rem; background: #000; border-radius: 5px } pre.udiff, pre.udiff pre, table.sbsdiffcols pre { font-size: 1.15rem } pre.udiff { padding: 10px 0 } div.difftxtcol { width: 52rem; overflow-x: auto } span.diffchng { background-color: #8080e8; color: #000 } span.diffadd { background-color: #559855; color: #000 } span.diffrm { background-color: #c55; color: #000 } div.diffmkrcol { padding: 0 1em; background: #111 } span.diffhr { |
︙ | ︙ | |||
1099 1100 1101 1102 1103 1104 1105 | border-left: 1px solid #ccc; width: 100%; margin: 15px 0 10px } td.tktDescLabel, td.tktDspLabel { width: 70px; | < < | 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 | border-left: 1px solid #ccc; width: 100%; margin: 15px 0 10px } td.tktDescLabel, td.tktDspLabel { width: 70px; overflow: hidden; padding: 10px; background-color: #f8f8f8 } td.tktDescValue, td.tktDspValue { text-align: left; vertical-align: top; |
︙ | ︙ |