diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:50:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:50:35 +0300 |
commit | c41f68ff25dbbbedc33d93088081325540c362bc (patch) | |
tree | c3e53e095bbc1390857eed2ae1af0b0f89f3cf5e /css/footer.css | |
parent | footer update (diff) | |
download | jekyll-theme-c41f68ff25dbbbedc33d93088081325540c362bc.tar.gz jekyll-theme-c41f68ff25dbbbedc33d93088081325540c362bc.zip |
rename CSS classes
Diffstat (limited to 'css/footer.css')
-rw-r--r-- | css/footer.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/footer.css b/css/footer.css index f8896b5..5687240 100644 --- a/css/footer.css +++ b/css/footer.css @@ -2,16 +2,16 @@ html, body { height: 100%; width: 100%; } -.wrapper { +.top-level-footer-wrapper { height: 100%; width: 100%; display: table; } -.block { +.footer-wrapper-row { display: table-row; height: 1px; } -.push { +.footer-wrapper-row-auto-height { height: auto; } footer { |