diff options
author | Jochen Topf <jochen@topf.org> | 2013-01-18 21:22:57 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-01-18 21:22:57 +0100 |
commit | d03d0b821aac5ae4f75c462aadd5e5709abdbdd0 (patch) | |
tree | d5ae23916f6c912d3e29931557cfa58522cc9750 /web/public | |
parent | 33936f3da93f8330a8af2116689e610fc50a38e2 (diff) | |
download | taginfo-d03d0b821aac5ae4f75c462aadd5e5709abdbdd0.tar taginfo-d03d0b821aac5ae4f75c462aadd5e5709abdbdd0.tar.gz |
Updated home page to also show relation types
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 8138c84..9a29e64 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -53,7 +53,7 @@ p { max-width: 60em; } -p.emphasis { +.emphasis { font-weight: bold; font-size: 110%; } |