diff --git a/_includes/header.html b/_includes/header.html index fdbe1aa..f74b28c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,9 +14,9 @@ -
-
- -
+ diff --git a/_layouts/default.html b/_layouts/default.html index 4b5826b..27edf17 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,14 +1,13 @@ {% include header.html %} -
-
- -
- {{ content }} -
+
+ +
+ {{ content }} +
+
{% include footer.html %} diff --git a/css/mcedit.css b/css/mcedit.css index ace9897..e8b4373 100644 --- a/css/mcedit.css +++ b/css/mcedit.css @@ -2,16 +2,15 @@ color: #115511; } -.navbar-brand, .navbar-nav > li > a { - font-size: 120%; -} -.navbar-brand { - padding-top: 5px; - padding-bottom: 5px; +body { + padding-top: 70px; } -.navbar-inverse .navbar-brand { - color: #DDD; +.navbar-brand { + font-size: 125%; + color: rgba(0, 0, 0, 1); + padding-top: 5px; + padding-bottom: 5px; } #navbar-icon { diff --git a/images/btn_pponly_82x27.png b/images/btn_pponly_82x27.png new file mode 100644 index 0000000..4092ee2 Binary files /dev/null and b/images/btn_pponly_82x27.png differ diff --git a/images/patreon_118_27.png b/images/patreon_118_27.png new file mode 100644 index 0000000..48b6ee7 Binary files /dev/null and b/images/patreon_118_27.png differ