You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/03/16 10:26:16 UTC

[cassandra-website] branch asf-staging updated (98cdb8b -> 04c1a81)

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

mck pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git.


 discard 98cdb8b  test jenkins-cassandra-theme.css (simple theme plugin)
     new 04c1a81  test jenkins-cassandra-theme.css (simple theme plugin)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (98cdb8b)
            \
             N -- N -- N   refs/heads/asf-staging (04c1a81)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/jenkins-cassandra-theme.css | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-website] 01/01: test jenkins-cassandra-theme.css (simple theme plugin)

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git

commit 04c1a81013dac89c113e3e7bc3de0b63f13dc961
Author: mck <mc...@apache.org>
AuthorDate: Tue Mar 16 11:12:47 2021 +0100

    test jenkins-cassandra-theme.css (simple theme plugin)
---
 content/jenkins-cassandra-theme.css | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/content/jenkins-cassandra-theme.css b/content/jenkins-cassandra-theme.css
new file mode 100644
index 0000000..11c7f1e
--- /dev/null
+++ b/content/jenkins-cassandra-theme.css
@@ -0,0 +1,28 @@
+body {
+  background: #63818a;
+  background: -moz-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63818a), color-stop(100%, #73939b));
+  background: -webkit-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: -o-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: -ms-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: linear-gradient(top, #63818a 0%, #73939b 100%); }
+
+h1, h2, h3, h4, h5, h6 {
+  color: #4f7b94; }
+
+#top-panel {
+  background: none; }
+  #top-panel td#login-field span a {
+    background: none; }
+  #top-panel td #searchform a {
+    background: none;
+    height: auto;
+    width: auto; }
+  #top-panel td > a {
+    background: url("https://cassandra.staged.apache.org/img/logo-white.svg") 0 0 no-repeat;
+    display: block;
+    width: 130px;
+    height: 40px;
+    margin: 10px 0 10px 10px; }
+    #top-panel td > a img {
+      display: none; }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org