diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 17:33:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 17:33:48 +0300 |
commit | eb3cb2a37ab4d12212f139273a6d0119acc9a8fc (patch) | |
tree | d4fe3d1798c909002a6ce9f8f7554cd51b92b90b /css/footer.css | |
parent | add CSS classes for reasonably wide blocks (diff) | |
download | jekyll-theme-eb3cb2a37ab4d12212f139273a6d0119acc9a8fc.tar.gz jekyll-theme-eb3cb2a37ab4d12212f139273a6d0119acc9a8fc.zip |
rename CSS classes
Diffstat (limited to '')
-rw-r--r-- | css/footer.css | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |