diff --git a/es6.html b/es6.html index 8090eb8..2950796 100644 --- a/es6.html +++ b/es6.html @@ -15,10 +15,15 @@
- +
+ + FAQ + ES6 + Docs +
-
+

ES6 on io.js

@@ -109,17 +114,16 @@

+ + diff --git a/faq.html b/faq.html index 637da4c..d841dfd 100644 --- a/faq.html +++ b/faq.html @@ -15,10 +15,15 @@
- +
+ + FAQ + ES6 + Docs +
-
+

FAQ

@@ -61,16 +66,16 @@

Open source governance advocates the application of the philosophies of the open source and open content movements in order to enable any interested party to add to the creation of the end product, as with a wiki document. Legislation is democratically opened to the general citizenry, employing their collective wisdom to benefit the decision-making process and improve democracy. [source]

+

+ +
+ diff --git a/index.html b/index.html index 00d7664..51966d4 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,15 @@
- +
+ + FAQ + ES6 + Docs +
-
+

JavaScript I/O

@@ -47,18 +52,17 @@

JavaScript I/O

+ + diff --git a/style.css b/style.css index f5f9d84..b2e3906 100644 --- a/style.css +++ b/style.css @@ -18,29 +18,42 @@ body { text-align: center; } +.content { + position: relative; + max-width: 640px; + padding-left: 25px; + padding-right: 25px; + margin: 0 auto; +} + header { background: #292829; padding: 20px; } +header .content { + display: -webkit-flex; + display: flex; +} + header a { - color: rgba(255, 255, 255, 0.4); + color: rgba(255, 255, 255, 0.7); font-weight: 700; font-size: 1rem; + padding-left: 1.5rem; +} +header a.logo { + color: rgba(255, 255, 255, 0.5); + -webkit-flex: 1; + flex: 1; + text-align: left; + padding: 0; } header a:hover { color: #F7DF31; } -#content { - position: relative; - max-width: 640px; - padding-left: 25px; - padding-right: 25px; - margin: 0 auto; -} - h1 { color: black; font-size: 3rem; @@ -173,4 +186,12 @@ p.lead { display: block; border: none; } + + header .content { + padding: 0; + } + + header a { + padding-left: 1rem; + } }