Repository: sling-site
Updated Branches:
  refs/heads/master 9ea2122d3 -> 6931ba4fe


SLING-6955 - Convert Sling website to JBake and gitpubsub

Fix CSS declaration for pre tag


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/6931ba4f
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/6931ba4f
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/6931ba4f

Branch: refs/heads/master
Commit: 6931ba4fedd014824ecb643c31fede0b4e8826d9
Parents: 9ea2122
Author: Robert Munteanu <rmunt...@adobe.com>
Authored: Thu Jun 22 14:20:13 2017 +0300
Committer: Robert Munteanu <rmunt...@adobe.com>
Committed: Thu Jun 22 14:20:13 2017 +0300

----------------------------------------------------------------------
 assets/res/css/site.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/6931ba4f/assets/res/css/site.css
----------------------------------------------------------------------
diff --git a/assets/res/css/site.css b/assets/res/css/site.css
index 92916f6..3a2b727 100644
--- a/assets/res/css/site.css
+++ b/assets/res/css/site.css
@@ -268,7 +268,7 @@ pre {
     border: solid 1px #f5f5f5;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
-    padding: 0.5em
+    padding: 0.5em;
     width: 100%;
 }
 

Reply via email to