diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:21:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:21:18 +0300 |
commit | 88484a176b1fa45cd712d511f22283571555ba47 (patch) | |
tree | 13cec427ace0f51f207d8830df43f0aeb9befb96 /_includes | |
parent | footer update (diff) | |
download | egor-tensin.github.io-88484a176b1fa45cd712d511f22283571555ba47.tar.gz egor-tensin.github.io-88484a176b1fa45cd712d511f22283571555ba47.zip |
rename CSS classes
Diffstat (limited to '')
-rw-r--r-- | _includes/footer.html | 2 | ||||
-rw-r--r-- | _includes/header.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 0ac62f1..2ae575e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ </div> </div> - <div class="block"> + <div class="footer-wrapper-row"> <footer class="navbar-default"> <div class="container"> <div style="display: table; width: 100%;"> diff --git a/_includes/header.html b/_includes/header.html index 1ebc1bc..64823a9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,6 +14,6 @@ <![endif]--> </head> <body> - <div class="wrapper"> - <div class="block push"> + <div class="top-level-footer-wrapper"> + <div class="footer-wrapper-row footer-wrapper-row-auto-height"> <div class="container"> |