Fix for stupid ad blockers
authorAlexander Ebert <ebert@woltlab.com>
Mon, 28 Apr 2014 13:50:01 +0000 (15:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 28 Apr 2014 13:50:01 +0000 (15:50 +0200)
wcfsetup/install/files/style/button.less

index 567a4ee99229ae6eabb16034fd63d12f9b5f4887..08c49dedaebc6777d10503314581258834d6e47a 100644 (file)
@@ -166,6 +166,11 @@ button.small,
                font-size: 1rem;
                display: inline-block;
                
+               /* fix for ad-blockers */
+               &.likeButton {
+                       display: inline-block !important;
+               }
+               
                > .button {
                        border-radius: 0;
                        margin: 0 0 0 -1px;