diff --git a/public/css/style.css b/public/css/style.css index dd24683..97fd1fb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -16,7 +16,7 @@ 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 div.photoContainer {position: relative; width: 200px;height: 150px;float: left;margin-right: 10px;margin-bottom: 10px; background-image: url(/img/noPhoto200150.png); } +div.infoCard div.photoContainer {position: relative; width: 200px;height: 150px;float: left;margin-right: 10px;margin-bottom: 10px; background-color: #fdfdfd; } div.infoCard img {width: 200px; margin: 0; cursor: pointer;} div.infoCard .photosCount {position: absolute;margin: 3px;color: white;background-color: black;border-radius: 3px;padding: 2px 4px;opacity: 0.5;} div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1000; background-color: rgba(255,255,255,0.7); padding: 5px 10px; border-radius: 0 0 5px 5px;}