JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make footer have small text
authorJason Woofenden <jason@jasonwoof.com>
Thu, 7 Apr 2016 23:37:36 +0000 (19:37 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 7 Apr 2016 23:37:36 +0000 (19:37 -0400)
style.styl
template.html

index 5f9daae..81159f1 100644 (file)
@@ -255,15 +255,10 @@ body > .centerer > .nav
                li_reset()
                space_evenly(line_height)
 
-footer
+footer#site_footer
        clear: both
        padding-top: 40px
-       ul
-               li_reset()
-               li
-                       li_reset()
-                       display: inline-block
-                       margin-right: 10px
+       font-size: font_size_small
 
 #wfpl_messages
        background: #ffd
index 2799716..2c853c1 100644 (file)
@@ -63,7 +63,7 @@
                        <div style="clear: both"></div>
                <!--~}~-->
 
-               <footer>
+               <footer id="site_footer">
                        ~$cms_footer~
                </footer>
        </div>