diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-20 21:17:12 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-20 21:17:12 +0200 |
commit | 5989d18b64bce065ea7536eda1d52d34eb2333a1 (patch) | |
tree | 82c16237786228d4802b2ff0de8d7f8bebbdf79e /web/public | |
parent | 2f21e020a117cabcdde028ddf099f25ba8ab98e6 (diff) | |
download | taginfo-5989d18b64bce065ea7536eda1d52d34eb2333a1.tar taginfo-5989d18b64bce065ea7536eda1d52d34eb2333a1.tar.gz |
More changes to about page.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index dddd5d2..5fe15f0 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -282,6 +282,10 @@ table.boxes { text-decoration: none; } +.boxes h3 { + margin: 12px 0 2px 0; +} + table.boxes td { vertical-align: bottom; } |