summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-26 16:41:13 -0400
committerJune McEnroe <june@causal.agency>2020-04-26 16:41:13 -0400
commiteeb93b7a97c87de0a1f074426b9612d1a47209f2 (patch)
treeb290d104a168f2114fe375adf18286f4e2bc45c2 /default.html
parentGenerate index.atom (diff)
downloadbubger-eeb93b7a97c87de0a1f074426b9612d1a47209f2.tar.gz
bubger-eeb93b7a97c87de0a1f074426b9612d1a47209f2.zip
Remove margins in article.message header
Diffstat (limited to 'default.html')
-rw-r--r--default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.html b/default.html
index 4f8c0cf..2458033 100644
--- a/default.html
+++ b/default.html
@@ -49,10 +49,10 @@ article.message:target header {
 }
 article.message header h2 {
 	font-size: 1em;
-	margin: 0 0 1ex;
+	margin: 0;
 }
 article.message header nav ul {
-	margin: 1ex 0 0;
+	margin: 0;
 }
 
 address {
ollow=1'>Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe There is not that much distinct stuff here anymore. 2022-07-03Add The Bone Shard EmperorJune McEnroe Suffers a little bit from middle book but I really enjoyed it. Read it faster than the first one too, despite its length. 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe