aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-04-06 21:59:36 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-04-06 21:59:36 -0400
commit473c824a022cc9eea8a2f80acdab73e01196e680 (patch)
tree26b9c9fa81f5c56b99bf24bdef04196640d7aed3
parentc99776a0156a009f3b6fd49547dfa938fc1b0f57 (diff)
downloadwedding-website-473c824a022cc9eea8a2f80acdab73e01196e680.tar.gz
set the border to none, Thibaut is right, once again!
-rw-r--r--static/wedding.css6
-rw-r--r--templates/getting.html2
2 files changed, 6 insertions, 2 deletions
diff --git a/static/wedding.css b/static/wedding.css
index b7343ba..92e8dfd 100644
--- a/static/wedding.css
+++ b/static/wedding.css
@@ -71,4 +71,8 @@ h3 {
text-align: center;
width:400px;
margin: 1em auto 0
-} \ No newline at end of file
+}
+
+iframe {
+ border: none;
+}
diff --git a/templates/getting.html b/templates/getting.html
index 5b6195a..652515b 100644
--- a/templates/getting.html
+++ b/templates/getting.html
@@ -23,6 +23,6 @@ parish, and the reception at la Magnanerie de Saint-Isidore in Hyères. Both
locations are marked on the map below.")}}
</p>
<p>
- <iframe src="https://mapsengine.google.com/map/u/1/embed?mid=zDCK0FQiVHQI.{{_('kQKjCnW54WqY')}}" width="100%" height="300"></iframe>
+ <iframe src="https://mapsengine.google.com/map/u/1/embed?mid=zDCK0FQiVHQI.{{_('kQKjCnW54WqY')}}" width="100%" height="400"></iframe>
</p>
{% endblock %}