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

More crisp logo created from vector source (ai) and disabled

responsive css (so nav menu doesn't switch to collapsed version
for narrow viewports).
parent b0207e2b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap.min.css">
<style>
......@@ -17,7 +16,9 @@
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap-responsive.min.css">
<!--Not enabling responsive for now-->
<!--meta name="viewport" content="width=device-width"-->
<!--link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap-responsive.min.css"-->
<link rel="stylesheet" href="{{HOME_PATH}}css/main.css">
<script src="{{HOME_PATH}}js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
......
......@@ -3,12 +3,17 @@
========================================================================== */
.navbar .brand {
background: url(../img/spark-logo-100x40px.png) no-repeat left center;
background: url(../img/spark-logo-77x40px-hd.png) no-repeat left center;
height: 40px;
width: 100px;
width: 77px;
padding: 0px;
}
.navbar-inner {
padding-top: 5px;
padding-bottom: 5px;
}
body #content {
line-height: 1.6; /* Inspired by Github's wiki style */
}
......
docs/img/spark-logo-77x40px-hd.png

1.86 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