aboutsummaryrefslogtreecommitdiffstats
path: root/web/css.css
diff options
context:
space:
mode:
authormatthew <matthew>2007-03-30 11:59:52 +0000
committermatthew <matthew>2007-03-30 11:59:52 +0000
commit00520c4c7f2f64867c0eae673e5e82116c5f0846 (patch)
tree06520e8e740a0f8402ccee65b9765f96fa51b3a2 /web/css.css
parent09045bc351dfcd3ea6e73d44ac91c8d47268a3c2 (diff)
Add OS licence number now we have it.
Diffstat (limited to 'web/css.css')
-rw-r--r--web/css.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/web/css.css b/web/css.css
index 3b5e506dd..5336a6792 100644
--- a/web/css.css
+++ b/web/css.css
@@ -194,15 +194,24 @@ fieldset div.checkbox label, label.n {
/* Map */
+#map_box {
+ float:right;
+ width: 510px;
+}
+
+#map_box p {
+ float: right;
+ margin: 0 0 1em 0;
+ font-size: 78%;
+}
+
#map {
border: solid 1px #000000;
width: 508px;
height: 508px;
overflow: hidden;
- float: right;
position: relative;
background-color: #f1f1f1;
- margin-bottom: 1em;
}
#drag {