From 2fe630435ad5c0d95472bacf3b209a19c634957b Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 11 Mar 2015 12:03:53 -0300 Subject: Revert "#261 Adding an extra wrap around the tags-icon so we can properly split the sections on the right pane" This reverts commit 58f6a2f088a57823a4469e0c8c62ebff3f7c5597. --- web-ui/app/scss/styles.scss | 6 +----- web-ui/app/templates/tags/tag_list.hbs | 8 +++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 67342c18..6b334099 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -360,12 +360,8 @@ section { opacity: 1; } - div.tags-icon-wrap { - padding-top: 15px; - border-top: 1px solid white; - } - div.tags-icon { + border-top: 1px solid white; padding: 10px 0 15px 0; margin-bottom: 20px; diff --git a/web-ui/app/templates/tags/tag_list.hbs b/web-ui/app/templates/tags/tag_list.hbs index 06c46fdf..e265354f 100644 --- a/web-ui/app/templates/tags/tag_list.hbs +++ b/web-ui/app/templates/tags/tag_list.hbs @@ -1,8 +1,6 @@ -
-
- - Tags -
+
+ + Tags
\ No newline at end of file -- cgit v1.2.3