diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-17 19:16:08 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-17 19:16:08 -0700 |
commit | d9d16613f8aa129de5dc1edb38d66f69d2983091 (patch) | |
tree | 3936a737082cde393f92ba54869db10cf90f6f89 /ext/mixed | |
parent | 269a4f0b9ba1876bd5a6e72e34537056a75081fc (diff) |
wip
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/css/display.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 92480bab..cdc1be8c 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -152,3 +152,11 @@ hr { .glyph-data { margin-top: 10px; } + +.info-output { + width: 100%; +} + +.info-output td { + text-align: right; +} |