Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add "white-space: nowrap" to the branch table elements. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f55b538c65fae19426b2e82defcd52e3 |
| User & Date: | drh 2015-01-24 17:05:24.664 |
Context
|
2015-01-24
| ||
| 20:42 | Fix the "info" command so that it once again accepts the -R option. ... (check-in: 5826f9c4b8 user: drh tags: trunk) | |
| 17:05 | Add "white-space: nowrap" to the branch table elements. ... (check-in: f55b538c65 user: drh tags: trunk) | |
| 00:17 | Add the 'white-foreground' setting to the list of those used for skinning. ... (check-in: f88c18fc71 user: mistachkin tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
},
{ ".brlist table th", "Branch list table headers",
@ text-align: left;
@ padding: 0px 1em 0.5ex 0px;
},
{ ".brlist table td", "Branch list table headers",
@ padding: 0px 2em 0px 0px;
},
{ "th.sort:after",
"General styles for sortable column marker",
@ margin-left: .4em;
@ cursor: pointer;
@ text-shadow: 0 0 0 #000; /* Makes arrow darker */
},
| > | 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
},
{ ".brlist table th", "Branch list table headers",
@ text-align: left;
@ padding: 0px 1em 0.5ex 0px;
},
{ ".brlist table td", "Branch list table headers",
@ padding: 0px 2em 0px 0px;
@ white-space: nowrap;
},
{ "th.sort:after",
"General styles for sortable column marker",
@ margin-left: .4em;
@ cursor: pointer;
@ text-shadow: 0 0 0 #000; /* Makes arrow darker */
},
|
| ︙ | ︙ |