Added styling for <hr> tags
authorMarcel Werk <burntime@woltlab.com>
Thu, 23 Feb 2017 15:22:29 +0000 (16:22 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 23 Feb 2017 15:22:40 +0000 (16:22 +0100)
wcfsetup/install/files/style/layout/global.scss

index 778aa8f408e2aa7cc69b86ade1bc3043eaaca27b..43f7ea82c8030b4c883ca21938f43d0c34bc6484 100644 (file)
@@ -147,6 +147,12 @@ ol.nativeList {
                /* slight margin to prevent visual merge with adjacent words */
                margin-right: 2px;
        }
+       
+       hr {
+               border: 0;
+               border-top: 1px solid $wcfContentBorderInner;
+               height: 0;
+       }
 }
 
 .separatorLeft::before {