X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/61d03d2e6f1b1534c8facec6f8ae186ef64c4355..72edf3525cf401e2c2297b058e320b655072bec3:/ralf/_sass/_layout.scss diff --git a/ralf/_sass/_layout.scss b/ralf/_sass/_layout.scss index 299869f..8859ce1 100644 --- a/ralf/_sass/_layout.scss +++ b/ralf/_sass/_layout.scss @@ -25,6 +25,12 @@ body { /* This centers us in the page, and handles the "too wide" case */ padding-top: 1px; /* If we use 0 here, some paddings add up things get ugly. What?!? */ } +/* The footer */ +#-footer { + padding-top: 3em; + text-align: center; +} + /* Navigation menu */ #-navi { padding: 0; @@ -94,6 +100,7 @@ body { /* This centers us in the page, and handles the "too wide" case */ clear: both; float: none; position: static; + border: none; } #-content { padding: #{ $outer-margin * 0.75 }; @@ -138,6 +145,9 @@ body { /* This centers us in the page, and handles the "too wide" case */ /* Printing */ @media print { + body { + background-color: white; + } body, #-frame, #-content { margin: 0; padding: 0;