From 40741bfedaa0d67d5ad9fa31f9f1d60ab13e0d40 Mon Sep 17 00:00:00 2001 From: Osile Date: Sun, 14 Oct 2012 21:06:21 +0200 Subject: Known Bug: "Learn More" doesn't work --- module/web/static/css/default/settings.less | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'module/web/static/css/default/settings.less') diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 7e702dc58..5d0181485 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -9,4 +9,26 @@ margin-bottom: 20px; min-height: 20px; padding: 19px; +} +.heroless{ +background-color: #eeeeee; +padding: 10px; +margin-bottom: 10px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} +.heroless h1 { + margin-bottom: 0; + font-size: 40px; + line-height: 1; + letter-spacing: -1px; + color: inherit; +} + +.heroless p { + font-size: 18px; + font-weight: 200; + line-height: 30px; + color: inherit; } \ No newline at end of file -- cgit v1.2.3