aboutsummaryrefslogtreecommitdiff
path: root/docs/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css')
-rwxr-xr-xdocs/css/main.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/css/main.css b/docs/css/main.css
index 957e9a6285..e6e9cd6755 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -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 */
}