From 22ca6e32a3cfa4c655bdc0a6b6d60bea4165270d Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Thu, 10 Jul 2014 11:29:21 -0700 Subject: [PATCH 1/3] [FEATURE] Add custom CSS to brand guidelines --- guidelines.html | 1 + 1 file changed, 1 insertion(+) diff --git a/guidelines.html b/guidelines.html index 0fc66c9ed5..5ef47309c0 100644 --- a/guidelines.html +++ b/guidelines.html @@ -42,6 +42,7 @@ + From c1592eda63fb4425f96668d970ac898169d0e6a3 Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Thu, 10 Jul 2014 11:36:17 -0700 Subject: [PATCH 2/3] [FIX] Brand Guidelines spacing --- css/custom.css | 7 +++++++ guidelines.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index feafeaaff9..d6a4804839 100644 --- a/css/custom.css +++ b/css/custom.css @@ -32,6 +32,13 @@ body .content-root { margin-left: auto; } +/* Brand Guidelines */ + +.brand_guidelines .content-root { + margin: 0 auto; + padding: 0 !important; +} + @media (min-width: 768px) { .menubar { right: 794px; diff --git a/guidelines.html b/guidelines.html index 5ef47309c0..c0bbca82bf 100644 --- a/guidelines.html +++ b/guidelines.html @@ -63,7 +63,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab"); }); - +
From 028fc1b6bbabf2274c903d535339e7e62bcd4341 Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Thu, 10 Jul 2014 11:38:01 -0700 Subject: [PATCH 3/3] [FIX] Brand Guidelines --- css/custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index d6a4804839..37c473ecc1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -33,11 +33,10 @@ body .content-root { } /* Brand Guidelines */ - .brand_guidelines .content-root { margin: 0 auto; padding: 0 !important; -} +} @media (min-width: 768px) { .menubar {