summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-26 17:25:33 -0400
committerJune McEnroe <june@causal.agency>2020-04-26 17:25:33 -0400
commit6ca2e31e77b5eef3a4850c7ef84e52f9081d8c4e (patch)
treef8a17dd4ae2806494520ff947d40ac6f8ccb27d1
parentInclude <> around Message-Id in mailto: URLs (diff)
downloadbubger-6ca2e31e77b5eef3a4850c7ef84e52f9081d8c4e.tar.gz
bubger-6ca2e31e77b5eef3a4850c7ef84e52f9081d8c4e.zip
Put dates on new lines in index
Diffstat (limited to '')
-rw-r--r--default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html b/default.html
index 2458033..f424e1f 100644
--- a/default.html
+++ b/default.html
@@ -30,7 +30,7 @@ main.index h2 {
 	font-size: 1em;
 	margin: 0;
 }
-main.index data.replies {
+main.index data.replies, main.index time {
 	display: block;
 }
 main.index data.replies[value="0"] {
>Add option for custom where expression to scoopJune McEnroe 2020-01-01Document ENVIRONMENT in scoop(1)June McEnroe 2019-12-31Add before and after optionsJune McEnroe 2019-12-31Add scoop IRC output formatJune McEnroe 2019-12-31Add scoop output format optionJune McEnroe 2019-12-31Refactor scoop formatters and group colored outputJune McEnroe 2019-12-31Add strftime format string optionJune McEnroe 2019-12-31Refactor binding in scoopJune McEnroe 2019-12-31Add option to group events by contextJune McEnroe 2019-12-31Add missing includeJune McEnroe 2019-12-31Use standout mode for highlightingJune McEnroe 2019-12-31Rewrite scoop(1) argument descriptionsJune McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe