You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2019/07/26 15:48:04 UTC

[sling-site] branch master updated: adjust title header to deal with kerning

This is an automated email from the ASF dual-hosted git repository.

jeb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2416f99  adjust title header to deal with kerning
2416f99 is described below

commit 2416f99c1fc5fcfae1ba1c580bfb9667801007db
Author: JE Bailey <je...@apache.org>
AuthorDate: Fri Jul 26 11:47:56 2019 -0400

    adjust title header to deal with kerning
---
 src/main/jbake/assets/res/css/site.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/jbake/assets/res/css/site.css b/src/main/jbake/assets/res/css/site.css
index 38b7e5d..d0a0cb5 100644
--- a/src/main/jbake/assets/res/css/site.css
+++ b/src/main/jbake/assets/res/css/site.css
@@ -16,14 +16,12 @@ a:hover {
 .title {
     border-bottom: solid #EEE 1px;
     border-top: solid #EEE 1px;
-    padding-top:.2em;
     padding-bottom:.2em;
 }
 
 
 .logo {
     width: 15em;
-    height: 81px;
 }
 
 .logo img {