aboutsummaryrefslogtreecommitdiffstats
path: root/static/wedding.css
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 /static/wedding.css
parentc99776a0156a009f3b6fd49547dfa938fc1b0f57 (diff)
downloadwedding-website-473c824a022cc9eea8a2f80acdab73e01196e680.tar.gz
set the border to none, Thibaut is right, once again!
Diffstat (limited to 'static/wedding.css')
-rw-r--r--static/wedding.css6
1 files changed, 5 insertions, 1 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;
+}