Theme switching

This commit is contained in:
Dan Elbert 2016-01-20 12:53:51 -06:00
parent d5f573c8d8
commit bc65256776
2 changed files with 11 additions and 6 deletions

View File

@ -16,9 +16,9 @@
*/
@import "bootstrap-sprockets";
@import "journal/_variables";
@import "readable/_variables";
@import "bootstrap";
@import "journal/_bootswatch";
@import "readable/_bootswatch";
@import "typeahead-bootstrap";
@import "recipes";
@ -32,7 +32,7 @@ html {
body {
/* Margin bottom by footer height */
margin-bottom: $footer_height;
background: image_url("old_mathematics.png");
background: image_url("grey_wash_wall.png");
}
#main_container {
@ -45,5 +45,6 @@ body {
bottom: 0;
width: 100%;
height: $footer_height;
background-color: #f5f5f5;
background-color: $gray-lighter;
border-top: solid 1px $gray-light;
}

View File

@ -51,8 +51,12 @@
</div><!-- /.container -->
<footer class="footer">
<div class="container">
<p class="text-muted">(c) Dan Elbert 2016</p>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<p class="text-muted text-right">&copy; Dan Elbert 2016</p>
</div>
</div>
</div>
</footer>