From 98be229b62af5066f2ced14e2f8c151069cec1d3 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 18 Aug 2014 11:18:23 -0300 Subject: Vertically aligning the list items on the style guide header --- web-ui/app/scss/style-guide.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index 95f6f789..18232a7a 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -15,6 +15,18 @@ ul li { display: inline; } +ul.left, ul.right { + padding: 12px; + margin-bottom: 0px; + font-weight: bold; +} + +ul.right { + li { + margin: 8px; + } +} + section.guide-section { display: block; height: 300px; -- cgit v1.2.3