You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/03/14 18:00:12 UTC

svn commit: r901582 - in /websites/staging/accumulo/trunk/content: ./ css/accumulo.css

Author: buildbot
Date: Fri Mar 14 17:00:12 2014
New Revision: 901582

Log:
Staging update by buildbot for accumulo

Modified:
    websites/staging/accumulo/trunk/content/   (props changed)
    websites/staging/accumulo/trunk/content/css/accumulo.css

Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 14 17:00:12 2014
@@ -1 +1 @@
-1577611
+1577612

Modified: websites/staging/accumulo/trunk/content/css/accumulo.css
==============================================================================
--- websites/staging/accumulo/trunk/content/css/accumulo.css (original)
+++ websites/staging/accumulo/trunk/content/css/accumulo.css Fri Mar 14 17:00:12 2014
@@ -159,3 +159,15 @@ dt {
     display: inline;
     float: left;
 }
+
+#release_notes_testing {
+    border-collapse:collapse;
+}
+
+#release_notes_testing, #release_notes_testing tbody tr, #release_notes_testing tbody tr th, #release_notes_testing tbody tr td {
+    border: 2px solid black;
+}
+
+#release_notes_testing tbody tr th, #release_notes_testing tbody tr td {
+    padding: 5px;
+}
\ No newline at end of file