aboutsummaryrefslogtreecommitdiff
path: root/docs/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/main.css')
-rwxr-xr-xdocs/css/main.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/css/main.css b/docs/css/main.css
index b351c82415..8432d0f911 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -1,3 +1,28 @@
+---
+---
/* ==========================================================================
Author's custom styles
========================================================================== */
+
+/*.brand {
+ background: url({{HOME_PATH}}img/spark-logo.jpg) no-repeat left center;
+ height: 40px;
+ width: 100px;
+}
+*/
+
+body {
+ line-height: 1.6; /* Inspired by Github's wiki style */
+}
+
+h1 {
+ font-size: 28px;
+}
+
+code {
+ color: #333;
+}
+
+.container {
+ max-width: 914px;
+}