From 693f2213bc0d34f85beee36709323651cffd2263 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 18 Aug 2014 16:07:04 -0300 Subject: Fixing internal style guide sections padding --- web-ui/app/scss/style-guide.scss | 6 +++--- web-ui/app/style-guide.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index 6c8cf469..f6b957df 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -20,7 +20,7 @@ ul li { ul.left, ul.right { padding: 12px; - margin-bottom: 0px; + margin: 0px 25px; font-weight: bold; } @@ -32,9 +32,9 @@ ul.right { section.guide-section { display: block; - height: 300px; - padding-top: 50px; + height: 550px; overflow-y: auto; + padding: 82px 32px; &:nth-child(even) { background: white diff --git a/web-ui/app/style-guide.html b/web-ui/app/style-guide.html index 05faeff5..dc72b9a0 100644 --- a/web-ui/app/style-guide.html +++ b/web-ui/app/style-guide.html @@ -16,7 +16,6 @@