summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-03-11 12:03:58 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-03-11 12:05:20 -0300
commit12448c2fe40824a238325ec3bf42b4488ed757b5 (patch)
treed4e1e4babecc19802bdcba372c949b582dfee613 /web-ui
parent48a6f44a50581001b05c06b7f758193ff59aa5d4 (diff)
Revert "#261 Adding some negative margin so the tags label won't be wider than the side nav when the user hovers them"
This reverts commit b8897aa1760f7fe177fe1abaafd3addbbd0e47dc.
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/styles.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index 13f4c689..a7f36b35 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -267,7 +267,6 @@ section {
transition: z-index 150ms ease-out;
background: #CCC;
color: $navigation_background;
- margin-right: -10px;
}
}
}