Repository: sling-site
Updated Branches:
  refs/heads/master 545a6e22d -> 9ea2122d3


DRAFT warning


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

Branch: refs/heads/master
Commit: 9ea2122d3a95c3b215f9bec832fb3667d36f322c
Parents: 545a6e2
Author: Bertrand Delacretaz <bdelacre...@apache.org>
Authored: Wed Jun 21 09:30:17 2017 +0200
Committer: Bertrand Delacretaz <bdelacre...@apache.org>
Committed: Wed Jun 21 09:30:17 2017 +0200

----------------------------------------------------------------------
 assets/res/css/site.css | 5 +++++
 templates/header.tpl    | 1 +
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/9ea2122d/assets/res/css/site.css
----------------------------------------------------------------------
diff --git a/assets/res/css/site.css b/assets/res/css/site.css
index 28c8908..92916f6 100644
--- a/assets/res/css/site.css
+++ b/assets/res/css/site.css
@@ -271,3 +271,8 @@ pre {
     padding: 0.5em
     width: 100%;
 }
+
+.draft {
+    color:blue;
+    text-align:center;
+}

http://git-wip-us.apache.org/repos/asf/sling-site/blob/9ea2122d/templates/header.tpl
----------------------------------------------------------------------
diff --git a/templates/header.tpl b/templates/header.tpl
index b5a84b1..098266c 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -19,3 +19,4 @@ div(class:"title") {
          }
   }
 }
+h1(class:"draft") { yield "DRAFT 2017 WEBSITE - SLING-6955" }

Reply via email to