1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00

fix background image

This commit is contained in:
Bolero-MURAKAMI 2014-06-06 14:33:21 +09:00
parent 80ec4d0a7b
commit 96e2564f40
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View file

@ -18,7 +18,7 @@
<style type="text/css">
.hero-unit {
background: url(./assets/images/two_spheres.png) repeat 0 0;
background: url(./assets/images/two_spheres.jpg) repeat 0 0;
background-position: 0 70%, center;
}
.hero-unit h1 {
@ -57,7 +57,7 @@
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="http://bolero-murakami.github.io/">Home</a></li>
<li class="active"><a href="#">Sprout C++ Libraries</a></li>
<li class="active"><a href="./index.html">Sprout C++ Libraries</a></li>
<li><a href="http://bolero-murakami.github.io/KTL/">KTL (KiriKiri Trivial Libraries)</a></li>
</ul>
</div>