Author: rmannibucau
Date: Tue May 24 08:17:51 2016
New Revision: 1745320

URL: http://svn.apache.org/viewvc?rev=1745320&view=rev
Log:
trying to style the table with our old bootstrap

Modified:
    tomee/site/trunk/content/downloads.html
    tomee/site/trunk/content/resources/css/main.css

Modified: tomee/site/trunk/content/downloads.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/downloads.html?rev=1745320&r1=1745319&r2=1745320&view=diff
==============================================================================
--- tomee/site/trunk/content/downloads.html (original)
+++ tomee/site/trunk/content/downloads.html Tue May 24 08:17:51 2016
@@ -28,13 +28,13 @@
     </div>
 
 
-<table class="tableblock frame-all grid-all spread table table-bordered">
+<table class="contrast tableblock frame-all grid-all spread table 
table-bordered">
 <colgroup>
+<col style="width: 9.4%;">
 <col style="width: 16.6666%;">
 <col style="width: 16.6666%;">
-<col style="width: 16.6666%;">
-<col style="width: 16.6666%;">
-<col style="width: 16.6666%;">
+<col style="width: 30%;">
+<col style="width: 10%;">
 <col style="width: 16.667%;">
 </colgroup>
 <thead>
@@ -151,7 +151,7 @@
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">1.7.4</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">2016-03-04</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">WebProfile 
(JavaEE 6 certified <i class="fa fa-certificate" 
aria-hidden="true"></i>)</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">WebProfile 
(JavaEE 6 certified <i class="green fa fa-certificate" 
aria-hidden="true"></i>)</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">30 
MB</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.7.4/apache-tomee-1.7.4-webprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TAR.GZ</a></p></td>
 </tr>
@@ -165,7 +165,7 @@
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">JAX-RS 
(JavaEE 6 certified <i class="fa fa-certificate" 
aria-hidden="true"></i>)</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">JAX-RS 
(JavaEE 6 certified <i class="green fa fa-certificate" 
aria-hidden="true"></i>)</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">34 
MB</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.7.4/apache-tomee-1.7.4-plus.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TAR.GZ</a></p></td>
 </tr>

Modified: tomee/site/trunk/content/resources/css/main.css
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/resources/css/main.css?rev=1745320&r1=1745319&r2=1745320&view=diff
==============================================================================
--- tomee/site/trunk/content/resources/css/main.css (original)
+++ tomee/site/trunk/content/resources/css/main.css Tue May 24 08:17:51 2016
@@ -84,3 +84,12 @@ blockquote p {
 .offset-two-thirds {
     margin-left: 660px;
 }
+
+.green {
+    color: #0c0;
+}
+
+#contrast.table thead th {
+    background-color: #222222;
+    color: #e6e7e8;
+}


Reply via email to