Removed underline on header area

This commit is contained in:
Skud
2014-10-19 14:04:32 +01:00
parent 41566d39f3
commit 16677a3b86
2 changed files with 5 additions and 10 deletions

View File

@@ -36,10 +36,6 @@ h2 {
font-size: 150%;
}
#headingarea {
border-bottom: 1px solid lighten(@brown, 50%)
}
/*
#subtitle {
color: lighten(@brown, 30%);

View File

@@ -8,12 +8,11 @@
.container
.row
.col-md-12
#headingarea
- if content_for?(:title)
%h1#title
= yield(:title)
- if content_for?(:subtitle)
%small= yield(:subtitle)
- if content_for?(:title)
%h1#title
= yield(:title)
- if content_for?(:subtitle)
%small= yield(:subtitle)
- if content_for?(:buttonbar)
%p