diff options
author | Siri Hansen <[email protected]> | 2019-01-21 16:25:07 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2019-01-21 16:25:07 +0100 |
commit | 841ef69f02e45d4b1028cd94664ddb10bfbae061 (patch) | |
tree | f5a9b3b3d01534a40d10fdea79690053dcd8effa /lib/tools | |
parent | a8364425a7190b65cd33e58ac3c155a77c462b74 (diff) | |
download | otp-841ef69f02e45d4b1028cd94664ddb10bfbae061.tar.gz otp-841ef69f02e45d4b1028cd94664ddb10bfbae061.tar.bz2 otp-841ef69f02e45d4b1028cd94664ddb10bfbae061.zip |
[cover] Right-align number of hits in html output
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/priv/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/priv/styles.css b/lib/tools/priv/styles.css index d4e3d79596..84f00be9fd 100644 --- a/lib/tools/priv/styles.css +++ b/lib/tools/priv/styles.css @@ -65,6 +65,7 @@ table td.hits { } table td.hits { width: 10px; + text-align: right; padding: 2px 5px; color: rgba(0, 0, 0, 0.6); background-color: #f0f0f0; |