Fixed main menu borders
authorMarcel Werk <burntime@woltlab.com>
Tue, 12 Feb 2013 22:27:36 +0000 (23:27 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 12 Feb 2013 22:27:36 +0000 (23:27 +0100)
Fixes #933

wcfsetup/install/files/style/layout.less

index 1f017393cf88db775864e26198685df50ddd36ea..33305ecb8e6e9cc0cb265c6c95283836e1c372a7 100644 (file)
                                padding-top: 5px;
                        }
                        
-                       &:not(:last-child) {
+                       &:not(:last-child) > a {
                                border-right: 1px solid @wcfContainerBorderColor;
                        }
                }
                        }
                        
                        > hgroup > .containerContentType {
-                               color: @wcfExtraDimmedColor;
+                               color: lighten(@wcfDimmedColor, 20%);
                                position: absolute;
                                right: 0;
                                top: 3px;