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 /_includes/header.html | |
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-- | _includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index a4d14af..2c64cba 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,8 +19,8 @@ </head> <body> <div class="top-level-footer-wrapper"> - <div class="footer-wrapper-row"> + <div class="footer-wrapper-collapse"> {% include navbar.html %} </div> - <div class="footer-wrapper-row footer-wrapper-row-auto-height"> + <div class="footer-wrapper-expand"> <div class="container"> |