Experimental stylesheet-import
authorLuzifr <szekely@woltlab.com>
Fri, 16 Mar 2012 15:43:41 +0000 (16:43 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 16 Mar 2012 15:43:46 +0000 (16:43 +0100)
@ Alex ;-)

wcfsetup/install/files/style/wcf.less

index 0a0d3e04e9b76c563363bfd76a7c3c10a9e488e6..6c9bb3cf2038a9a1ed9f0d71b6c3673876f2e759 100644 (file)
@@ -1,3 +1,10 @@
+@import "user.less";
+@import "message.less";
+@import "label.less";
+@import "bbcodes.less";
+
+
+
 /**
  * WCF Styles  
  *
@@ -174,6 +181,8 @@ q:after {
 
 */
 
+
+
 /* -- -- -- LESS: Fonts -- -- -- */
 
 /* Font Colors */
@@ -287,9 +296,9 @@ q:after {
 
 
 
-/* Test */
+/* Transitions 1 */
 
-.mxTransition1 (@object: color, @time: 1ms, @type: linear) {
+.mxTransition1(@object: color, @time: 1ms, @type: linear) {
        -webkit-transition: @arguments;
        -khtml-transition: @arguments;
        -moz-transition: @arguments;