From: Gabriel Wicke Date: Tue, 1 Jun 2004 12:18:12 +0000 (+0000) Subject: townBox class for now, should be renamed to something more generic soon X-Git-Tag: 1.5.0alpha1~3096 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b17e79e8e09be78f70e72a09e3ba8937ac676511;p=lhc%2Fweb%2Fwiklou.git townBox class for now, should be renamed to something more generic soon --- diff --git a/stylesheets/commonPrint.css b/stylesheets/commonPrint.css index 2c06252c22..de8eeed377 100644 --- a/stylesheets/commonPrint.css +++ b/stylesheets/commonPrint.css @@ -191,3 +191,28 @@ a, a.external, a.new, a.stub { .urlexpansion { display: inline ! important; } + +div.townBox { + position:relative; + float:right; + background:White; + margin-left:1em; + border: 1px solid Grey; + padding:0.3em; + width: 200px; + overflow: hidden; + clear: right; +} +div.townBox dl { + padding: 0; + margin: 0 0 0.3em 0; + font-size: 96%; +} +div.townBox dl dt { + background: none; + margin: 0.4em 0 0 0; +} +div.townBox dl dd { + margin: 0.1em 0 0 1.1em; + background-color: #f3f3f3; +}