Fixed variable reference
authorAlexander Ebert <ebert@woltlab.com>
Sun, 18 Oct 2015 14:58:44 +0000 (16:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 18 Oct 2015 14:58:44 +0000 (16:58 +0200)
wcfsetup/install/files/style/ui/tabularBox.scss

index 00417847a3e40b5792db9d6d82c07313a631d3d9..59f7087338fcc3336a1dd2f2d6315bda775b9c08 100644 (file)
@@ -238,7 +238,7 @@ div.tabularBoxTitle > header {
                }
                
                &:not(:last-child) > td {
-                       border-bottom: 1px solid $wcfTabularBoxBorder;
+                       border-bottom: 1px solid $wcfTabularBoxBorderInner;
                }
        }