Skip to content

Commit 87a3a28

Browse files
committed
Some style for retro compatibility
1 parent 57dd929 commit 87a3a28

File tree

5 files changed

+181
-125
lines changed

5 files changed

+181
-125
lines changed

img/chrome.png

93.9 KB
Loading

img/firefox.png

736 KB
Loading

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030
</div>
3131
</div>
3232

33-
<div class="header_inline" id="featuredProj">
34-
<div class="wrapper">
35-
<div class="row text-center">
36-
<h1>Your browser is outdated. Please update to a version respecting Web Standards.</h1>
37-
</div>
33+
<div class="header_inline">
34+
<p class="punchline">Your browser is outdated. Please update to a version respecting Web Standards.</p>
35+
<div class="links">
36+
<a class="item" href="https://www.google.com/intl/en/chrome/browser/">
37+
<p>Google Chrome</p>
38+
<img src="img/chrome.png"/>
39+
</a>
40+
<a class="item" href="http://www.mozilla.org/en-US/firefox/new/">
41+
<img src="img/firefox.png"/>
42+
<p>Mozilla Firefox</p>
43+
</a>
3844
</div>
3945
</div>
4046
</div>

0 commit comments

Comments
 (0)