diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-18 20:23:24 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-18 20:23:24 +0200 |
commit | 7ee6c8a6bf106b24787ae2352c9456911e1e8a56 (patch) | |
tree | 6c7a5cf47b5b5119e1b1ee9b9f0e6b15124f2fbb /web/public | |
parent | 57f4ee486e8bb9741c4ab624a689499871370fcd (diff) | |
download | taginfo-7ee6c8a6bf106b24787ae2352c9456911e1e8a56.tar taginfo-7ee6c8a6bf106b24787ae2352c9456911e1e8a56.tar.gz |
Make database statistics report fully translatable.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index f9a46e3..e207eb1 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -294,6 +294,10 @@ table.boxes td.box { border-radius: 4px; } +table.boxes td.box table { + width: 100%; +} + /* ========== */ div#tabs h2, div.box h2 { @@ -329,6 +333,7 @@ span.lang { td.number { text-align: right; + width: 8em; } span.char { |