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:
parent
80ec4d0a7b
commit
96e2564f40
2 changed files with 2 additions and 2 deletions
BIN
assets/images/two_spheres.jpg
Normal file
BIN
assets/images/two_spheres.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue