Slightly improved user profile preview
authorAlexander Ebert <ebert@woltlab.com>
Sun, 20 Mar 2016 11:22:15 +0000 (12:22 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 20 Mar 2016 11:22:15 +0000 (12:22 +0100)
wcfsetup/install/files/style/ui/userProfile.scss

index fcedee12856d811fa965b13f8d02e7105c103d52..11613959cb67563c3d4210f711a65cddc121d897 100644 (file)
                }
        }
 }
+
+/* using `dl` + `.inlineDataList` to prevent styles applied to the
+   data list provided by the `userInformation` template */
+.userProfilePreview dl.inlineDataList {
+       margin-top: 10px;
+       
+       @include wcfFontSmall;
+}