aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-14 03:29:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-14 03:29:48 +0300
commit00ec7037096832f4865d4efa2d7b5235da09569a (patch)
treea71488d1fd1445a84f461f7bc25ef9c385260219 /css
parentfooter update (diff)
downloadsorting-algorithms-00ec7037096832f4865d4efa2d7b5235da09569a.tar.gz
sorting-algorithms-00ec7037096832f4865d4efa2d7b5235da09569a.zip
rename CSS classes
Diffstat (limited to 'css')
-rw-r--r--css/footer.css6
1 files changed, 3 insertions, 3 deletions
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 {