From 40eb28cc049cd221211e97ebb2d5af59bfeaca0d Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 15 Jul 2014 09:57:56 -0400 Subject: [PATCH] height of photo gallery caption area - breadcrumb font size - property url now link --- .../Photos/templates/photoGalleryWrapper.html | 3 +-- styles.css | 1 + templates/template.html | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Toolkit/Photos/templates/photoGalleryWrapper.html b/Toolkit/Photos/templates/photoGalleryWrapper.html index e48bb57..b98f3dd 100644 --- a/Toolkit/Photos/templates/photoGalleryWrapper.html +++ b/Toolkit/Photos/templates/photoGalleryWrapper.html @@ -132,7 +132,6 @@ .photoHead { display: block; text-align: center; - min-height: 38px; margin: 0 !important; padding: 5px; background: none; @@ -333,4 +332,4 @@ }); }); -{end:} \ No newline at end of file +{end:} diff --git a/styles.css b/styles.css index 83e5e19..b7310c7 100644 --- a/styles.css +++ b/styles.css @@ -310,6 +310,7 @@ address { margin: 0 auto; text-align: center; padding: 1em 0; + font-size: 12px; } #breadcrumbs { margin: 1em 0; diff --git a/templates/template.html b/templates/template.html index c9a7e2f..9b638e6 100644 --- a/templates/template.html +++ b/templates/template.html @@ -37,7 +37,7 @@ {toolboxContent:h}
- {property[street]} · {property[city]}, {property[state]} {property[zip]} · {property[phone]} · {property[url]} + {property[street]} · {property[city]}, {property[state]} {property[zip]} · {property[phone]} · {property[url]}
@@ -99,27 +99,27 @@
{bottomScripts:h} -- 2.17.1