From ec49cd449d04290c763ddd1020a70c530a4ed72d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 27 Feb 2020 09:42:55 +0000 Subject: Style %T outside of Rs in italic --- www/git.causal.agency/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css index 5a8b15fe..80892b36 100644 --- a/www/git.causal.agency/custom.css +++ b/www/git.causal.agency/custom.css @@ -76,6 +76,7 @@ code.Cd { font-weight: bold; font-family: inherit; } table.Nm td:first-child { padding-right: 1ch; } code.Fl { white-space: nowrap; } +span.RsT { font-style: italic; } dl.Bl-tag:not(.Bl-compact) dt { margin-top: 1em; } ul.Bl-bullet:not(.Bl-compact) li { margin-top: 1em; } div.Bd-indent { margin-left: 4ch; } -- cgit 1.4.1 t> IRC bouncer
summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Expand)Author
2019-10-24Make serverFormat publicJune McEnroe
2019-10-24Rename some thingsJune McEnroe
2019-10-23Add ISUPPORT draft to STANDARDSJune McEnroe
2019-10-23Track own originJune McEnroe
2019-10-23Track channels and sync ISUPPORTJune McEnroe
2019-10-23Track nick changesJune McEnroe
2019-10-23Rename Command to MessageJune McEnroe
2019-10-23Synchronize state after client registrationJune McEnroe
2019-10-23Send to server if client has no needsJune McEnroe
2019-10-23Implement some amount of client connectionJune McEnroe
2019-10-23Set clients non-blockingJune McEnroe
2019-10-23Clean up state.c and factor out parsingJune McEnroe
2019-10-23Respond to pingsJune McEnroe
2019-10-23Add verbose flagJune McEnroe
2019-10-23Set NOSIGPIPE on server connectionJune McEnroe
2019-10-23Set an initial loop capJune McEnroe
2019-10-23Fix rest parsingJune McEnroe
2019-10-23Add dynamic poll listJune McEnroe
2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe
2019-10-23Clean up state somewhatJune McEnroe
2019-10-23Actually send the buffer...June McEnroe
2019-10-23Add stateJune McEnroe