Using icons on the design
This commit is contained in:
parent
c13899c757
commit
59512ab9ac
7 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
books/
|
||||
new/
|
||||
cover/
|
||||
img/
|
||||
trantor
|
||||
.*.swp
|
||||
upload/upload
|
||||
|
|
BIN
img/glyphicons-halflings-white.png
Normal file
BIN
img/glyphicons-halflings-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
img/glyphicons-halflings.png
Normal file
BIN
img/glyphicons-halflings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
img/library.jpg
Normal file
BIN
img/library.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
|
@ -25,7 +25,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<p><a href="/{{.Path}}" class="btn btn-large btn-inverse pull-right">download</a></p>
|
||||
<p><a href="/{{.Path}}" class="btn btn-large btn-inverse pull-right"><i class="icon-download-alt icon-white"></i> download</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<footer class="footer">
|
||||
</div> <!-- container open in index.html -->
|
||||
<footer class="container footer">
|
||||
<hr />
|
||||
<p><small>Chief Librarian: Las Zenow (zenow@tormail.org)<br />
|
||||
Fork the source code from <a href="https://gitorious.org/trantor">gitorious</a></small>.</p>
|
||||
|
|
|
@ -31,3 +31,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
|
|
Reference in a new issue