diff options
Diffstat (limited to 'media/sass/base.sass')
-rw-r--r-- | media/sass/base.sass | 58 |
1 files changed, 11 insertions, 47 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 28b9df3..d1297af 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -273,54 +273,18 @@ footer[role="contentinfo"] border-top: 1px $brown dotted border-bottom: 1px $brown dotted +.figure + margin: 0 + position: relative -#parks - margin-top: 36px - article - position: relative - display: block - margin-top: 36px - clear: both - margin-bottom: 72px - .figure - img - border: none - min-height: 5em - h1 - display: block - color: #888888 - padding: 10px 10px 10px 0px - background: $brown - +transparent_class - - color: white - margin: 0 - width: 100% - text-align: left - - .legend - display: block - padding: 10px 10px 10px 0px - background: $brown - +transparent_class - height: 45px - font-size: 10px - line-height: 16px - color: white - width: 100% - h2 - line-height: 36px - font-size: 18px - margin: 0 - padding: 0 - float: left - .buttons - display: block - clear: left - padding-bottom: 1em - - - +.legend + background: $brown + color: #999999 + display: block + position: absolute + bottom: 0 + width: auto + +transparent_class /* ######### layout large ################*/ |