From 0994bbf7633f4258085b466cbdb7b9163fd556e7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 May 2015 14:44:04 +0300 Subject: rename CSS classes --- css/footer.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/footer.css b/css/footer.css index 5687240..417b3d9 100644 --- a/css/footer.css +++ b/css/footer.css @@ -7,11 +7,12 @@ html, body { width: 100%; display: table; } -.footer-wrapper-row { +.footer-wrapper-collapse { display: table-row; height: 1px; } -.footer-wrapper-row-auto-height { +.footer-wrapper-expand { + display: table-row; height: auto; } footer { -- cgit v1.2.3