inner border in footer
This commit is contained in:
parent
b743a676a8
commit
f182c41b02
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user