You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2011/11/23 17:20:55 UTC

svn commit: r1205478 - /incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css

Author: ecn
Date: Wed Nov 23 16:20:55 2011
New Revision: 1205478

URL: http://svn.apache.org/viewvc?rev=1205478&view=rev
Log:
ACCUMULO-176: drop the heading down an extra em

Modified:
    incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css

Modified: incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css?rev=1205478&r1=1205477&r2=1205478&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css (original)
+++ incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css Wed Nov 23 16:20:55 2011
@@ -49,7 +49,7 @@ html,body {
 	top: 0;
 	left: 0;
 	right: 0;
-	height: 7.0em;
+	height: 8.0em;
 	color: #c4c4c4;
 	background-color: #304065;
 }
@@ -67,7 +67,7 @@ html,body {
 
 #main {
 	position: absolute;
-	top: 7.0em;
+	top: 8.0em;
 	left: 11em;
 	right: 0;
 	bottom: 0;
@@ -77,7 +77,7 @@ html,body {
 
 #nav {
 	position: absolute;
-	top: 7.0em;
+	top: 8.0em;
 	left: 0;
 	bottom: 0;
 	padding: 0.5em;