You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:37 UTC

[42/52] [abbrv] git commit: css work

css work


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/af810f76
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/af810f76
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/af810f76

Branch: refs/heads/master
Commit: af810f76e4b495186a8c72ce7fa63a0d1ad9363e
Parents: 5c47211
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Mon Mar 11 16:03:03 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Mon Mar 11 16:03:03 2013 -0700

----------------------------------------------------------------------
 src/site/resources/css/site.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/af810f76/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 1c9244b..7051227 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -38,4 +38,17 @@ a:hover
 .nav-list li a:hover
 {
     background-color: #DDDDDD;
+}
+
+footer
+{
+    font-size: 12px;
+    line-height: 15px;
+}
+
+h2
+{
+    text-align: center;
+    border-bottom: 1px solid #0035AC;
+    margin-bottom: 18px;
 }
\ No newline at end of file