changeset 154:d9427e98c979 gmap2

Remove hardcoded br's, use CSS stylesheet instead.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Mar 2014 20:27:57 +0200
parents a7f43ddd1c5e
children 940393e0c516
files css/mapstyle1.css index.html
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle1.css	Sun Mar 09 19:11:31 2014 +0200
+++ b/css/mapstyle1.css	Sun Mar 09 20:27:57 2014 +0200
@@ -108,6 +108,7 @@
 #controls {
 	position: absolute;
 
+	top: 28px;
 	right: 16px;
 	left: 16px;
 
--- a/index.html	Sun Mar 09 19:11:31 2014 +0200
+++ b/index.html	Sun Mar 09 20:27:57 2014 +0200
@@ -33,9 +33,7 @@
    <div id="sidebar">
     <div id="sidetop"></div>
     <div id="sidebox" style="font-size: 8pt;">
-     <br />
      <div id="controls"></div>
-     <br />
      <div id="sidecontent">
      </div>
     </div>