aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-22 19:05:41 +0100
committerPacien TRAN-GIRARD2014-02-22 19:05:41 +0100
commit7bee37143052ea557f0dbd1523fac6cf2cd67529 (patch)
tree50f0a5c22112b3557689c5f2af4d57d4f01fe6cd /website
parent5c59fbd245dc02fdc78b0875883245908133803b (diff)
downloadesieequest-7bee37143052ea557f0dbd1523fac6cf2cd67529.tar.gz
Adjust compatibility warnings
Diffstat (limited to 'website')
-rw-r--r--website/assets/css/style.css1
-rw-r--r--website/index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css
index bc2f21f..976753c 100644
--- a/website/assets/css/style.css
+++ b/website/assets/css/style.css
@@ -50,6 +50,7 @@ ul .fa {
50} 50}
51 51
52.fullscreen p { 52.fullscreen p {
53 margin-top: 120px;
53 text-align: center; 54 text-align: center;
54} 55}
55 56
diff --git a/website/index.html b/website/index.html
index 740ad6a..f9e2317 100644
--- a/website/index.html
+++ b/website/index.html
@@ -156,7 +156,7 @@
156 156
157 <div id="map" class="overbox fullscreen"> 157 <div id="map" class="overbox fullscreen">
158 <iframe id="map-frame" src="map.svg"> 158 <iframe id="map-frame" src="map.svg">
159 Your browser does not support iframes.<br>Click <a href="map.svg" target="_blank">here</a> to open the map in a new window. 159 <p>Your browser does not support iframes.<br>Click <a href="map.svg" target="_blank">here</a> to open the map in a new window.</p>
160 </iframe> 160 </iframe>
161 </div> 161 </div>
162 162