You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ji...@apache.org on 2013/08/07 22:34:40 UTC

svn commit: r1511477 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/webapps/static/hadoop.css

Author: jing9
Date: Wed Aug  7 20:34:39 2013
New Revision: 1511477

URL: http://svn.apache.org/r1511477
Log:
HDFS-4926. namenode webserver's page has a tooltip that is inconsistent with the datanode HTML link. Contributed by Vivek Ganesan.

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/webapps/static/hadoop.css

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/webapps/static/hadoop.css
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/webapps/static/hadoop.css?rev=1511477&r1=1511476&r2=1511477&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/webapps/static/hadoop.css (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/webapps/static/hadoop.css Wed Aug  7 20:34:39 2013
@@ -45,8 +45,7 @@ div#dfsnodetable a#title {
 	font-weight : bolder;
 }
 
-div#dfsnodetable td, th {
-	border-bottom-style : none;
+div#dfsnodetable td, th {	
         padding-bottom : 4px;
         padding-top : 4px;
 }