diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-11 12:03:53 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-11 12:05:20 -0300 |
commit | 2fe630435ad5c0d95472bacf3b209a19c634957b (patch) | |
tree | 4140b3b00d57acba09e31d5c00d581160b9aedf0 /web-ui/app/scss | |
parent | 5a68ae4b9c5ed273513b25844e618023be62e706 (diff) |
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.
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 6 |
1 files changed, 1 insertions, 5 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; |