aboutsummaryrefslogtreecommitdiff
path: root/docs/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css')
-rwxr-xr-xdocs/css/main.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/css/main.css b/docs/css/main.css
index f9f5c7f8dd..31122d5633 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -3,11 +3,20 @@
========================================================================== */
.navbar .brand {
- background: url(../img/spark-logo-77x50px-hd.png) no-repeat left center;
height: 50px;
- width: 77px;
+ width: 110px;
margin-left: 1px;
- padding: 0 10px 0 0;
+ padding: 0;
+}
+
+.version {
+ line-height: 30px;
+ vertical-align: bottom;
+ font-size: 12px;
+ padding: 0;
+ margin: 0;
+ font-weight: bold;
+ color: #777;
}
.navbar-inner {