aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/footer.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 14:44:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 14:44:04 +0300
commit0994bbf7633f4258085b466cbdb7b9163fd556e7 (patch)
treef44a9e7fe10dec8d0fafa7a6f1683350bb4fc961 /css/footer.css
parentmore flexible prerequisite management (diff)
downloadegor-tensin.github.io-0994bbf7633f4258085b466cbdb7b9163fd556e7.tar.gz
egor-tensin.github.io-0994bbf7633f4258085b466cbdb7b9163fd556e7.zip
rename CSS classes
Diffstat (limited to 'css/footer.css')
-rw-r--r--css/footer.css5
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 {