Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIKEDA Kiyoshi <yasutake.kiyoshi@gmail.com>2017-01-05 07:02:44 +0300
committerGitHub <noreply@github.com>2017-01-05 07:02:44 +0300
commit9699809afca8eeee4607bc7e7bd3b943ab4a6c6c (patch)
tree12a35e6438b13d03fd1039dfbc5bf7fc77842419
parentcd23638f13ef8692032d1994855bbaf3f306d852 (diff)
parentc810ed447c9751d515611fd1edaaa709af65de20 (diff)
Merge pull request #17 from key-amb/maint
Fix #16 / [css] Remove padding-bottom in body which doesn't look in need
-rw-r--r--static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index b7c8d4c..1e25c16 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -1,6 +1,6 @@
body {
padding-top: 70px;
- padding-bottom: 30px;
+ padding-bottom: 0px;
}
.theme-dropdown .dropdown-menu {