From 212f106a554b564ca140593c44615c201e4cb47d Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 22 Apr 2017 03:48:23 -0300 Subject: [PATCH] Change menu layout. --- static/stylesheet/style.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index bdfe60f..0f8722d 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -125,11 +125,16 @@ main { a { padding: 0 4px 0 4px; + border-left: @nav-border-color 1px solid; border-right: @nav-border-color 1px solid; } :first-child { - border-left: @nav-border-color 1px solid; + border-left: none; + } + + :last-child { + border-right: none; } }