You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2017/08/05 12:25:53 UTC

[7/8] incubator-guacamole-website git commit: GUACAMOLE-359: Add feather to ASF link menu.

GUACAMOLE-359: Add feather to ASF link menu.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/7dea4132
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/7dea4132
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/7dea4132

Branch: refs/heads/master
Commit: 7dea4132c9e0c589dc11c86cc5d76bd95ae72b04
Parents: 67b0d1e
Author: Michael Jumper <mj...@apache.org>
Authored: Fri Aug 4 14:41:46 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Fri Aug 4 14:44:20 2017 -0700

----------------------------------------------------------------------
 _links/asf.md   | 1 +
 styles/main.css | 9 +++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/7dea4132/_links/asf.md
----------------------------------------------------------------------
diff --git a/_links/asf.md b/_links/asf.md
index 8c7db59..f65ff79 100644
--- a/_links/asf.md
+++ b/_links/asf.md
@@ -1,4 +1,5 @@
 ---
 menu-title:  Apache Software Foundation
+menu-class:  apache
 menu-weight: 5
 ---

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/7dea4132/styles/main.css
----------------------------------------------------------------------
diff --git a/styles/main.css b/styles/main.css
index 4c4735d..a6c8c43 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -219,6 +219,7 @@ ul#navigation {
     text-decoration: underline;
 }
 
+#navigation a.apache,
 #navigation a.download,
 #navigation a.github {
     padding-left: 2em;
@@ -233,6 +234,14 @@ ul#navigation {
     background-repeat: no-repeat;
 }
 
+#navigation a.apache {
+    background-image: url('/images/feather.png');
+    padding-left: 1.5em;
+    -moz-background-size: 0.7em;
+    -webkit-background-size: 0.7em;
+    background-size: 0.7em;
+}
+
 #navigation a.download {
     background-image: url('/images/guac-download.png');
 }