From: Fredrik Unger Date: Tue, 17 Dec 2013 14:32:17 +0000 (+0100) Subject: style: improve the simple template address style X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=commitdiff_plain;h=4d5a2a29d7aea0cc8c044e83f952005d6e846109 style: improve the simple template address style Simple adjustments to block and whitespace to improve address presentation. --- diff --git a/style/simple/css/css.css b/style/simple/css/css.css index 00df3e7..f31a139 100644 --- a/style/simple/css/css.css +++ b/style/simple/css/css.css @@ -71,3 +71,14 @@ nav ul ul { font-size: 12px; font-weight: normal; } + +div.address {display:block; +/* border:1px solid #e0e0e0; */ +} + +div.address span.street {display:block;} +div.address span.postcode {padding-right: 1em;} +div.address span.country {display:block;} +div.address span.phone {display:block;} +div.address a.link {text-align:center;} +