Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Jun 26, 2012
1 parent 0a53d71 commit f2a1cca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
4 changes: 4 additions & 0 deletions app/stylesheets/application.scss
Expand Up @@ -190,6 +190,7 @@ blockquote {
}

footer#footer {
font-family: $body-face;
height: 8em;
clear: both;
.container {
Expand All @@ -199,6 +200,9 @@ footer#footer {
}
p {
text-align: center;
a, a:visited {
color: #444;
}
}
}
ul li {
Expand Down
23 changes: 14 additions & 9 deletions public/stylesheets/application.css
Expand Up @@ -322,10 +322,11 @@ blockquote p {

/* line 192, ../../app/stylesheets/application.scss */
footer#footer {
font-family: "ff-tisa-web-pro", Georgia, serif;
height: 8em;
clear: both;
}
/* line 195, ../../app/stylesheets/application.scss */
/* line 196, ../../app/stylesheets/application.scss */
footer#footer .container {
*zoom: 1;
max-width: 59em;
Expand All @@ -341,15 +342,19 @@ footer#footer .container:after {
display: table;
clear: both;
}
/* line 197, ../../app/stylesheets/application.scss */
/* line 198, ../../app/stylesheets/application.scss */
footer#footer .container .footer {
border-top: 4px solid #eee;
}
/* line 200, ../../app/stylesheets/application.scss */
/* line 201, ../../app/stylesheets/application.scss */
footer#footer .container p {
text-align: center;
}
/* line 204, ../../app/stylesheets/application.scss */
/* line 203, ../../app/stylesheets/application.scss */
footer#footer .container p a, footer#footer .container p a:visited {
color: #444;
}
/* line 208, ../../app/stylesheets/application.scss */
footer#footer ul li {
font-family: "ff-tisa-web-pro", Georgia, serif;
font-size: 0.875em;
Expand All @@ -359,7 +364,7 @@ footer#footer ul li {
display: inline-block;
margin-right: 0.5em;
}
/* line 211, ../../app/stylesheets/application.scss */
/* line 215, ../../app/stylesheets/application.scss */
footer#footer ul li a {
color: #222222;
}
Expand All @@ -380,25 +385,25 @@ footer#footer ul li a:active {
color: #222222;
}

/* line 217, ../../app/stylesheets/application.scss */
/* line 221, ../../app/stylesheets/application.scss */
article {
margin-bottom: 1.5em;
}

/* line 221, ../../app/stylesheets/application.scss */
/* line 225, ../../app/stylesheets/application.scss */
#footer_sticky {
height: 8em;
}

/* line 225, ../../app/stylesheets/application.scss */
/* line 229, ../../app/stylesheets/application.scss */
#all {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -8em;
}

/* line 236, ../../app/stylesheets/application.scss */
/* line 240, ../../app/stylesheets/application.scss */
.sc-player {
margin-bottom: 1.5em;
height: 48px;
Expand Down

0 comments on commit f2a1cca

Please sign in to comment.