diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-08-18 16:07:04 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-08-18 16:07:14 -0300 |
commit | 693f2213bc0d34f85beee36709323651cffd2263 (patch) | |
tree | 6a2a24871a381b7e369666df97a50a6368906024 /web-ui/app | |
parent | ed04465c9a85fd8bab4dd860aed2f1a14d755b25 (diff) |
Fixing internal style guide sections padding
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/style-guide.scss | 6 | ||||
-rw-r--r-- | web-ui/app/style-guide.html | 1 |
2 files changed, 3 insertions, 4 deletions
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 @@ <body> <div id="style-guide-wrap" data-offcanvas> <nav class="top-bar" data-topbar> - <ul class="left"> <li><span>Pixelated Style Guide</span></li> </ul> |