diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/bar.scss b/scss/bar.scss index ca292fa..b23bb5e 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -276,7 +276,7 @@ border-bottom-left-radius: lib.s($-rounding); } - .workspaces { + .workspaces.odd { margin-right: -1px; } @@ -300,7 +300,7 @@ padding-top: lib.s(15); } - .workspaces { + .workspaces.odd { margin-bottom: -1px; } |