mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Removed underline on header area
This commit is contained in:
@@ -36,10 +36,6 @@ h2 {
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
#headingarea {
|
||||
border-bottom: 1px solid lighten(@brown, 50%)
|
||||
}
|
||||
|
||||
/*
|
||||
#subtitle {
|
||||
color: lighten(@brown, 30%);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user