summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authoralaviss <leorize+oss@disroot.org>2020-08-23 02:48:37 -0500
committerGitHub <noreply@github.com>2020-08-23 09:48:37 +0200
commit575697e1f4d94cfe080edb28f88ce8982b8add54 (patch)
treee0ce9f43ce3d720acc823abd8d02ce8935d42900 /doc
parent9bae1ed205875dee7fd58cf1d740db0d70130228 (diff)
downloadNim-575697e1f4d94cfe080edb28f88ce8982b8add54.tar.gz
doc/nimdoc.css: align field names to the right (#15217)
Diffstat (limited to 'doc')
-rw-r--r--doc/nimdoc.css1
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 {