From c41f68ff25dbbbedc33d93088081325540c362bc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 14 May 2015 03:50:35 +0300 Subject: rename CSS classes --- css/footer.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/footer.css') 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 { -- cgit v1.2.3