app/assets/stylesheets/georgia/modules/_footer.scss in georgia-0.7.8 vs app/assets/stylesheets/georgia/modules/_footer.scss in georgia-0.8.0
- old
+ new
@@ -1,9 +1,11 @@
#footer {
+ text-align: right;
clear: both;
position: fixed;
bottom: 0;
height: $height-footer;
- padding: 10px 0;
+ padding: 10px 2% 10px 200px;
width: 100%;
background-color: $bg-footer;
+ left: 0;
}
\ No newline at end of file