From 9e9323989cdef95fad352fca7e9a1498d94f8d85 Mon Sep 17 00:00:00 2001 From: rscotchmer Date: Thu, 28 Feb 2019 17:10:44 -0500 Subject: [PATCH 1/3] removed shortcut from favicon, added external tag to hrefs and tweaked logo --- docs/_includes/default.html | 13 ++++++------- docs/css/style.css | 5 +++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/_includes/default.html b/docs/_includes/default.html index 6926264756..ba953e446d 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -13,7 +13,7 @@ - + @@ -23,10 +23,9 @@

@@ -37,14 +36,14 @@

{{ content }}
diff --git a/docs/css/style.css b/docs/css/style.css index c1632e84e8..004b50d4c0 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -39,6 +39,11 @@ header { padding-top: 20px; } +#mocha-logo { + width:192; + height:192; +} + #content { padding-bottom: 60px; } From 4999b430153c1b8be2e73bfdadbf2bd73ee191ad Mon Sep 17 00:00:00 2001 From: rscotchmer Date: Fri, 1 Mar 2019 08:42:28 -0500 Subject: [PATCH 2/3] made fixes outlined in PR review --- docs/_includes/default.html | 8 ++++---- docs/css/style.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_includes/default.html b/docs/_includes/default.html index ba953e446d..676e83a750 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -37,14 +37,14 @@

diff --git a/docs/css/style.css b/docs/css/style.css index 004b50d4c0..c3eb93b9c2 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -40,8 +40,8 @@ header { } #mocha-logo { - width:192; - height:192; + width:192px; + height:192px; } #content { From 92ba01517ac43e51689f2c38effaaa8720ed9ded Mon Sep 17 00:00:00 2001 From: rscotchmer Date: Fri, 1 Mar 2019 16:24:50 -0500 Subject: [PATCH 3/3] changed footer span to footer div --- docs/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/style.css b/docs/css/style.css index c3eb93b9c2..f000993d0f 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -200,7 +200,7 @@ footer { border-top: 1px solid #ddd; } -footer span { +footer div { display: block; margin-right: 30px; color: #888;