From 7d97f8c0d4e8ba893befa28afbc81c9487a466f9 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 7 Jan 2017 17:29:20 +0200 Subject: [PATCH] Updated content spacing in index.html --- docs/index.html | 10 +++++----- docs/v2/DEVLOG.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9029df9..3230b2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,12 +86,12 @@ Flavors Customization Quick Reference - Github +  Github
-
+
@@ -140,7 +140,7 @@

If you are interested in tinkering with the flavor files and cooking your own flavor, check out the Customization page for information, tips on how to get started and general guidelines.

-
+

@@ -277,10 +277,10 @@

! Due to the way mini.css is crafted, some legacy browsers are not supported anymore and some others are partially supported. This could be a dealbreaker for some developers, however most legacy browsers will display a less feature-rich and modern website. Apart from the table above, note that some mobile browsers like Opera Mini, IE Mobile and UC Browser for Android are officially supported, but some features may not be displayed properly or behave as expected due to the browsers themselves.

-
+

-
+

Getting started

If you are still here after reading this far, we will assume you are interested or at least curious. Based on that assumption, here are a few links to help get you started:

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 4922ce9..150cfab 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -750,3 +750,4 @@ - Tested a new layout idea in `demo.html`, this is how the new `index.html` should look like in the next update (top part only). - Updated `index.html` to use the new `.sticky` `header`, along with other styling changes, such as content sizing. - *TODO* Update the rest of the pages, bump everything to `v2.1.0` and use the local stylesheets in the meantime. +- Content spacing changes in `index.html`.