Skip to content
Snippets Groups Projects
Commit b0207e2b authored by Andy Konwinski's avatar Andy Konwinski
Browse files

Replaces "Spark" word in nav bar with logo.

parent 130f2f2f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="{{HOME_PATH}}index.html">Spark</a>
<a class="brand" href="{{HOME_PATH}}index.html"></a>
<div class="nav-collapse collapse">
<ul class="nav">
<!--TODO(andyk): Add class="active" attribute to li some how.-->
......
---
---
/* ==========================================================================
Author's custom styles
========================================================================== */
/*.brand {
background: url({{HOME_PATH}}img/spark-logo.jpg) no-repeat left center;
.navbar .brand {
background: url(../img/spark-logo-100x40px.png) no-repeat left center;
height: 40px;
width: 100px;
padding: 0px;
}
*/
body #content {
line-height: 1.6; /* Inspired by Github's wiki style */
......
docs/img/spark-logo-100x40px.png

3.55 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment