You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2013/10/17 09:12:03 UTC

svn commit: r882944 - in /websites/staging/olingo/trunk/content: ./ css/main.css

Author: buildbot
Date: Thu Oct 17 07:12:03 2013
New Revision: 882944

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 17 07:12:03 2013
@@ -1 +1 @@
-1532987
+1532988

Modified: websites/staging/olingo/trunk/content/css/main.css
==============================================================================
--- websites/staging/olingo/trunk/content/css/main.css (original)
+++ websites/staging/olingo/trunk/content/css/main.css Thu Oct 17 07:12:03 2013
@@ -65,8 +65,19 @@
 .codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
 
 table {
-  cellpadding: 5px;
-  border: "1";
+	border: 0px solid lightgrey;
+	padding: 0;
+}
+
+td {
+	border: 1px solid lightgrey;
+	padding: 5;
+}
+
+th {
+	border: 1px solid #000000;
+	background: lightgrey;
+	padding: 5;
 }