diff --git a/css/main.css b/css/main.css index e52598b..f3023e7 100755 --- a/css/main.css +++ b/css/main.css @@ -4,13 +4,18 @@ Author's custom styles ========================================================================== */ - .mapTooltip { - position : fixed; - background-color : #fff; - moz-opacity:0.70; - opacity: 0.70; - filter:alpha(opacity=70); - border-radius:10px; - padding : 10px; - z-index: 1000; - } +.mapTooltip { + position: fixed; + background-color : #fff; + moz-opacity:0.70; + opacity: 0.70; + filter:alpha(opacity=70); + border-radius:10px; + padding : 10px; + z-index: 1000; +} + + +.panel-primary { + margin-top: 5px; +} \ No newline at end of file diff --git a/index.html b/index.html index 73954de..45cd91a 100755 --- a/index.html +++ b/index.html @@ -3,19 +3,20 @@
-