aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/footer.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 15:13:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 15:13:13 +0300
commit3c4fc2cb3ee6cc3b48564d60cb5f827e02ad2811 (patch)
treea12cc7772d2fdc4f3309250b4d247af82460b5a7 /css/footer.css
parentadd CSS classes for reasonably-wide blocks (diff)
downloadsorting-algorithms-3c4fc2cb3ee6cc3b48564d60cb5f827e02ad2811.tar.gz
sorting-algorithms-3c4fc2cb3ee6cc3b48564d60cb5f827e02ad2811.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 {