summaryrefslogtreecommitdiff
path: root/themes/base.less
diff options
context:
space:
mode:
authorjwacalex <aboehm@dompfaffenweg.de>2016-11-30 23:23:49 +0100
committerjwacalex <aboehm@dompfaffenweg.de>2016-11-30 23:23:49 +0100
commit45cda10479a16c237f917b69dc24ab3f31bffa89 (patch)
tree5aa98a6504d7558b56b7777f04b87a3b976bbedf /themes/base.less
parent79b9f9448e4f3ad7abb8d795c1404b3221c95bf9 (diff)
parent53e12065c76af4e5a0a2690e92e6724eed9f2895 (diff)
merged master and issue
Diffstat (limited to 'themes/base.less')
-rw-r--r--themes/base.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less
index d1ef5b64..713119ff 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -10,6 +10,17 @@ body {
color: @text-muted;
}
+.first {
+ margin-top: 30px;
+}
+
+.text-big {
+ display: block;
+ font-size: 30px;
+ line-height: 30px;
+ margin: 0px;
+}
+
.panel-primary .panel-heading a {
color: @panel-primary-text;
}