You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/01 20:08:12 UTC

[16/50] [abbrv] drill git commit: WIP on footer. Cannot get it to be sticky at the moment. needs more work.

WIP on footer. Cannot get it to be sticky at the moment. needs more
work.


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

Branch: refs/heads/gh-pages
Commit: b64cd54e69a574c892211ce8e235bbcc28ca08d0
Parents: ffa8300
Author: Danny <dk...@batchblue.com>
Authored: Wed Apr 29 20:04:57 2015 -0400
Committer: Danny <dk...@batchblue.com>
Committed: Wed Apr 29 20:04:57 2015 -0400

----------------------------------------------------------------------
 css/docpage.css | 8 --------
 css/style.css   | 6 +++---
 2 files changed, 3 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/b64cd54e/css/docpage.css
----------------------------------------------------------------------
diff --git a/css/docpage.css b/css/docpage.css
index e66ff6f..0f074f5 100644
--- a/css/docpage.css
+++ b/css/docpage.css
@@ -415,10 +415,6 @@ span.expand.show, span.contract.show {
   div.doc-nav {
     margin-left: 30px;
   }
-
-  #footer {
-    text-align: left;
-  }
   .main-content
   {
     margin-left: 313px;
@@ -426,10 +422,6 @@ span.expand.show, span.contract.show {
   #menu ul li.logo {
     padding-left: 30px;
   }
-
-  #footer {
-    width: auto;
-  }
   #footer .wrapper {
     margin-left: 293px;
   }

http://git-wip-us.apache.org/repos/asf/drill/blob/b64cd54e/css/style.css
----------------------------------------------------------------------
diff --git a/css/style.css b/css/style.css
index 9e524e1..88d252e 100755
--- a/css/style.css
+++ b/css/style.css
@@ -630,9 +630,9 @@ table.intro a {
   content: "";
 }
 #footer {
-	background:#232323;
-	color:#FFF;
-	font-size:10px;
+  color: black;
+  background-color: white;
+	font-size:9px;
 	font-weight:lighter;
 	line-height:20px;
 	padding:30px 0;