From 99f7c4a7cd47bdd670f98d76392a498b6103ebfd Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 13 May 2015 17:41:54 +0200
Subject: Different styles structure (relies on gulpfile concatenation); new
 styles added

---
 src/css/bootswatch-lumen.less     | 3 +++
 src/css/bootswatch-superhero.less | 3 +++
 src/css/forms.less                | 4 ++++
 src/css/profile.less              | 5 +++++
 src/css/style.less                | 1 -
 5 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 src/css/bootswatch-lumen.less
 create mode 100644 src/css/bootswatch-superhero.less
 create mode 100644 src/css/profile.less
 delete mode 100644 src/css/style.less

diff --git a/src/css/bootswatch-lumen.less b/src/css/bootswatch-lumen.less
new file mode 100644
index 0000000..91e1dcb
--- /dev/null
+++ b/src/css/bootswatch-lumen.less
@@ -0,0 +1,3 @@
+.header {
+    margin-top: 6px;
+}
\ No newline at end of file
diff --git a/src/css/bootswatch-superhero.less b/src/css/bootswatch-superhero.less
new file mode 100644
index 0000000..50e18c8
--- /dev/null
+++ b/src/css/bootswatch-superhero.less
@@ -0,0 +1,3 @@
+.text-muted {
+    color: #abc;
+}
\ No newline at end of file
diff --git a/src/css/forms.less b/src/css/forms.less
index e29f4d7..2a714ce 100644
--- a/src/css/forms.less
+++ b/src/css/forms.less
@@ -6,4 +6,8 @@
         float: right;
         margin-bottom: 0.5em;
     }
+}
+
+form.form-register label {
+    display: block;
 }
\ No newline at end of file
diff --git a/src/css/profile.less b/src/css/profile.less
new file mode 100644
index 0000000..c0b6295
--- /dev/null
+++ b/src/css/profile.less
@@ -0,0 +1,5 @@
+#banner {
+    #banner-email {
+        font-size: 80%;
+    }
+}
\ No newline at end of file
diff --git a/src/css/style.less b/src/css/style.less
deleted file mode 100644
index f32a0b2..0000000
--- a/src/css/style.less
+++ /dev/null
@@ -1 +0,0 @@
-@import 'forms.less';
\ No newline at end of file
-- 
cgit v1.2.3