Added missing CSS for sitemap
authorAlexander Ebert <ebert@woltlab.com>
Tue, 26 Jun 2012 13:38:14 +0000 (15:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 26 Jun 2012 13:38:14 +0000 (15:38 +0200)
The current visuals aren't final, this is primarily for testing purposes until we're sure what things we support and how it should appear.

wcfsetup/install/files/style/bootstrap.less
wcfsetup/install/files/style/sitemap.less [new file with mode: 0644]

index 488981cb4fd47e28b53625d251fd20e9c24a1058..3105d187c5b1fceaff2a41169d2cf1a5948d3179 100644 (file)
@@ -37,6 +37,7 @@
 @import "notification.less";
 @import "popover.less";
 @import "acl.less";
+@import "sitemap.less";
 
 /* application */
 @import "wbb.less";
\ No newline at end of file
diff --git a/wcfsetup/install/files/style/sitemap.less b/wcfsetup/install/files/style/sitemap.less
new file mode 100644 (file)
index 0000000..17daa5a
--- /dev/null
@@ -0,0 +1,7 @@
+.sitemapList li {
+       padding-left: @wcfGapLarge;
+       
+       &.sitemapCategory {
+               margin-top: @wcfGapMedium;
+       }
+}
\ No newline at end of file