diff options
author | alaviss <leorize+oss@disroot.org> | 2020-08-23 02:48:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 09:48:37 +0200 |
commit | 575697e1f4d94cfe080edb28f88ce8982b8add54 (patch) | |
tree | e0ce9f43ce3d720acc823abd8d02ce8935d42900 /doc | |
parent | 9bae1ed205875dee7fd58cf1d740db0d70130228 (diff) | |
download | Nim-575697e1f4d94cfe080edb28f88ce8982b8add54.tar.gz |
doc/nimdoc.css: align field names to the right (#15217)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nimdoc.css b/doc/nimdoc.css index 6025d6601..fb9efd858 100644 --- a/doc/nimdoc.css +++ b/doc/nimdoc.css @@ -582,6 +582,7 @@ table th { table th.docinfo-name { background-color: transparent; + text-align: right; } table tr:hover { |