Skip to content

Commit

Permalink
Modified the footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
dengenxp committed Mar 23, 2016
1 parent 908bcfd commit 85cc05b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public_html/layout/denim/css_ltr/style.css
Expand Up @@ -2180,6 +2180,10 @@ body.center-right #config_content {
}
}

#footer-content {
text-align: center;
}

@media only screen and (max-width: 767px) {

#footer-content {
Expand Down
Expand Up @@ -340,6 +340,7 @@ first-child-border-left(mode, bl) // mixin
hook-selector($stage, "" + selector())

#footer-content
text-align: center
// All Mobile Sizes
@media only screen and (max-width: $breakpoint-small-max)
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/footer.thtml
Expand Up @@ -12,7 +12,7 @@
<hr class="separator"{xhtml}>

<footer id="footer" role="contentinfo" class="clearfix">
<div id="footer-content" style="text-align:center">
<div id="footer-content">
<div id="copyright">{copyright_msg}</div>
<div id="trademark">{trademark_msg}</div>
<div id="powered_by">{powered_by}&nbsp;<a href="http://www.geeklog.net/">Geeklog</a></div>
Expand Down

0 comments on commit 85cc05b

Please sign in to comment.