Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Improvements to the etienne1 skin. Remove excess text from the check-in editor screen. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5da61d61b197dad50766883bf9648500 |
| User & Date: | drh 2015-02-15 03:53:55.858 |
Context
|
2015-02-15
| ||
| 19:36 | Add the --nojail option to the "server", "ui", and "http" commands. ... (check-in: c5c9f1642b user: drh tags: trunk) | |
| 03:53 | Improvements to the etienne1 skin. Remove excess text from the check-in editor screen. ... (check-in: 5da61d61b1 user: drh tags: trunk) | |
| 02:46 | Fix a typo in the technote documentation. ... (check-in: ceafbb0f5f user: drh tags: trunk) | |
Changes
Changes to skins/etienne1/css.txt.
| ︙ | ︙ | |||
181 182 183 184 185 186 187 188 |
.footer {
border-top: 1px solid #ccc;
padding: 10px;
font-size:.7em;
margin-top: 10px;
color: #ccc;
}
| > > > > > > > | 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
.footer {
border-top: 1px solid #ccc;
padding: 10px;
font-size:.7em;
margin-top: 10px;
color: #ccc;
}
div.timelineDate {
font-weight: bold;
white-space: nowrap;
}
span.submenuctrl, span.submenuctrl input, select.submenuctrl {
color: #777;
}
|
Changes to src/info.c.
| ︙ | ︙ | |||
2594 2595 2596 2597 2598 2599 2600 |
@ </td></tr>
}else if( zBranchName ){
@ <tr><th align="right" valign="top">Branch Closure:</th>
@ <td valign="top">
@ <label><input type="checkbox" name="close"%s(zCloseFlag) />
@ Mark branch
@ <span style="font-weight:bold" id="cbranch">%h(zBranchName)</span>
| | < | 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 |
@ </td></tr>
}else if( zBranchName ){
@ <tr><th align="right" valign="top">Branch Closure:</th>
@ <td valign="top">
@ <label><input type="checkbox" name="close"%s(zCloseFlag) />
@ Mark branch
@ <span style="font-weight:bold" id="cbranch">%h(zBranchName)</span>
@ as "closed".</label>
@ </td></tr>
}
}
if( zBranchName ) fossil_free(zBranchName);
@ <tr><td colspan="2">
|
| ︙ | ︙ |