FIX justify in cards

This commit is contained in:
Krivchikov Dmitry 2014-07-03 20:48:45 +04:00
parent 07a78fb70a
commit 06704acaeb
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;}
div#map {width: 100%; position: absolute; top: 0; bottom: 0px;}
body.openBox div#map {right: 250px;}
div.clear {clear: both;}
div.infoCard {text-align: justify;}
div.infoCard h3 {text-align: center; margin-top: 0;}
div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0; cursor: pointer;}
div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;}