From b17e79e8e09be78f70e72a09e3ba8937ac676511 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 1 Jun 2004 12:18:12 +0000 Subject: [PATCH] townBox class for now, should be renamed to something more generic soon --- stylesheets/commonPrint.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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; +} -- 2.20.1