Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Default CSS for timeline ellipsis. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | declutter-via-js |
| Files: | files | file ages | folders |
| SHA3-256: |
9b739d1d93be52f5fd4e060a3539800d |
| User & Date: | drh 2017-11-26 00:41:56.855 |
Context
|
2017-11-26
| ||
| 01:25 | Clicking anywhere on the comment field of a /timeline toggles the (detail) on/off. The ellipsis is no longer a hyperlink. ... (check-in: 83bb8a8674 user: drh tags: declutter-via-js) | |
| 00:41 | Default CSS for timeline ellipsis. ... (check-in: 9b739d1d93 user: drh tags: declutter-via-js) | |
| 00:37 | For the ellipses in timelines from three bullet characters. ... (check-in: cef3d63c54 user: drh tags: declutter-via-js) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 |
{ "p.searchEmpty",
"Message explaining that there are no search results",
@ font-style: italic;
},
{ ".clutter",
"Detail screen objects",
@ display: none;
},
{ 0,
0,
0
}
};
| > > > > | 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 |
{ "p.searchEmpty",
"Message explaining that there are no search results",
@ font-style: italic;
},
{ ".clutter",
"Detail screen objects",
@ display: none;
},
{ ".timelineEllipsis",
"Timeline ellipses",
@ font-size: 80%;
},
{ 0,
0,
0
}
};
|
| ︙ | ︙ |