diff options
author | gesang <gesang@itinerariummentis.org> | 2024-06-23 16:04:51 +0000 |
---|---|---|
committer | gesang <gesang@itinerariummentis.org> | 2024-06-23 16:04:51 +0000 |
commit | a5f137dee7ed176a5b4577f85a5d6c0abc96d280 (patch) | |
tree | a60f4092b84ecfac720ed8cc1e4ac77c179eaaba /static/style.css | |
parent | 91116519ca1fc5cd15a1f0126718bf5875a224ff (diff) | |
parent | 75003b6617c1a828fb871c3f76da415b3ce0b455 (diff) |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 6832f44..3777699 100644 --- a/static/style.css +++ b/static/style.css @@ -809,6 +809,10 @@ table tr a:last-child{ background:var(--background); } +.web .wiki-head table td{ + white-space:pre-line; +} + .web .wiki-head td, .about table td{ padding:4px 7px; vertical-align:middle; |