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

svn commit: r1577612 - /accumulo/site/trunk/content/css/accumulo.css

Author: elserj
Date: Fri Mar 14 17:00:06 2014
New Revision: 1577612

URL: http://svn.apache.org/r1577612
Log:
ACCUMULO-2473 Styling for the 1.5.1 release notes table

Modified:
    accumulo/site/trunk/content/css/accumulo.css

Modified: accumulo/site/trunk/content/css/accumulo.css
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/css/accumulo.css?rev=1577612&r1=1577611&r2=1577612&view=diff
==============================================================================
--- accumulo/site/trunk/content/css/accumulo.css (original)
+++ accumulo/site/trunk/content/css/accumulo.css Fri Mar 14 17:00:06 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