From adda3a7f79e1f136749be19775bb7197489a48bb Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 14 May 2014 13:05:40 +0100 Subject: [PATCH 1/2] Put Orchard in docs sidebar --- docs/_layouts/default.html | 4 +++- docs/index.md | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4ca2a92d1..6ba5651cd 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -44,10 +44,12 @@ +

Fig is a project from Orchard, a Docker hosting service.

+

Follow us on Twitter to keep up to date with Fig and other Docker news.

+
diff --git a/docs/index.md b/docs/index.md index 4ded20bab..46273308e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,8 +39,6 @@ There are commands to: - tail running services' log output - run a one-off command on a service -Fig is a project from [Orchard](https://orchardup.com), a Docker hosting service. [Follow us on Twitter](https://twitter.com/orchardup) to keep up to date with Fig and other Docker news. - Quick start ----------- From 8394e840995eee7184012f967537cfa424ea31a3 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Wed, 14 May 2014 16:32:39 +0100 Subject: [PATCH 2/2] Compress the sidebar a bit --- docs/css/fig.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/css/fig.css b/docs/css/fig.css index fb9fb497d..3dc990f15 100644 --- a/docs/css/fig.css +++ b/docs/css/fig.css @@ -58,7 +58,7 @@ img { .logo { font-family: 'Lilita One', sans-serif; - font-size: 80px; + font-size: 64px; margin: 20px 0 40px 0; } @@ -68,8 +68,8 @@ img { } .logo img { - width: 80px; - vertical-align: -17px; + width: 60px; + vertical-align: -8px; } .mobile-logo { @@ -77,13 +77,18 @@ img { } .sidebar { - font-size: 16px; + font-size: 15px; + color: #777; } .sidebar a { color: #a41211; } +.sidebar p { + margin: 10px 0; +} + @media (max-width: 767px) { .sidebar { text-align: center; @@ -101,7 +106,8 @@ img { } .logo { - margin-top: 40px; + margin-top: 30px; + margin-bottom: 30px; } .content h1 { @@ -116,6 +122,7 @@ img { width: 280px; overflow-y: auto; padding-left: 40px; + padding-right: 10px; border-right: 1px solid #ccc; } @@ -126,12 +133,12 @@ img { } .nav { - margin: 20px 0; + margin: 15px 0; } .nav li a { display: block; - padding: 8px 0; + padding: 5px 0; line-height: 1.2; text-decoration: none; }