From: <tob...@us...> - 2014-03-15 00:29:17
|
Revision: 7974 http://sourceforge.net/p/bigdata/code/7974 Author: tobycraig Date: 2014-03-15 00:29:12 +0000 (Sat, 15 Mar 2014) Log Message: ----------- #827 - Don't draw border on last column of explore results Modified Paths: -------------- branches/RDR/bigdata-war/src/html/css/style.css Modified: branches/RDR/bigdata-war/src/html/css/style.css =================================================================== --- branches/RDR/bigdata-war/src/html/css/style.css 2014-03-14 23:49:43 UTC (rev 7973) +++ branches/RDR/bigdata-war/src/html/css/style.css 2014-03-15 00:29:12 UTC (rev 7974) @@ -175,6 +175,10 @@ width: 50%; } +#explore-tab td:last-of-type { + border: none; +} + #advanced-features, #query-explanation, #explore-results, #namespace-properties { display: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |