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 | |
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 '_includes')
-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 c4b8f45..e5bc113 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ </div> </div> - <div class="footer-wrapper-row"> + <div class="footer-wrapper-collapse"> <footer class="navbar-default"> <div class="container"> <div style="display: table; width: 100%;"> 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"> |