inner border in footer

This commit is contained in:
Jörg Thalheim 2012-08-26 09:27:32 +02:00
parent b743a676a8
commit f182c41b02
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@ p
==link_to "Albert Schulz", "/albert", :title => "About Albert" ==link_to "Albert Schulz", "/albert", :title => "About Albert"
' , ' ,
==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg" ==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg"
br/ p
' using ' using
a href="http://ethanschoonover.com/solarized" title="color palette used on our website" target="_blank" solarized a href="http://ethanschoonover.com/solarized" title="color palette used on our website" target="_blank" solarized
', more infos ', more infos

View File

@ -41,15 +41,17 @@ header {
} }
footer { footer {
padding-left: 15px; padding: 0.3em 1em 0.3em;
box-shadow: 0 2px 3px #b8b8b8; box-shadow: 0 2px 3px #b8b8b8;
p {
margin: 0;
}
} }
.container { .container {
@include accentize($yellow); @include accentize($yellow);
@include container; @include container;
/* Grid layout */
#main { #main {
margin-top: 50px; margin-top: 50px;
} }