You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2011/12/15 12:16:17 UTC

svn commit: r1214703 - in /incubator/openmeetings/site: docs/css/openmeetings.css xdocs/css/openmeetings.css

Author: sebawagner
Date: Thu Dec 15 11:16:16 2011
New Revision: 1214703

URL: http://svn.apache.org/viewvc?rev=1214703&view=rev
Log:
Fix modified CSS file

Modified:
    incubator/openmeetings/site/docs/css/openmeetings.css
    incubator/openmeetings/site/xdocs/css/openmeetings.css

Modified: incubator/openmeetings/site/docs/css/openmeetings.css
URL: http://svn.apache.org/viewvc/incubator/openmeetings/site/docs/css/openmeetings.css?rev=1214703&r1=1214702&r2=1214703&view=diff
==============================================================================
--- incubator/openmeetings/site/docs/css/openmeetings.css (original)
+++ incubator/openmeetings/site/docs/css/openmeetings.css Thu Dec 15 11:16:16 2011
@@ -52,4 +52,9 @@ ul {
 .inhalt p {
 	margin: 0;
 	padding: 0;
+}
+.xmlcode {
+	margin-left: 20px;
+	background-color: #eeeeee;
+	color: #0000ff;
 }
\ No newline at end of file

Modified: incubator/openmeetings/site/xdocs/css/openmeetings.css
URL: http://svn.apache.org/viewvc/incubator/openmeetings/site/xdocs/css/openmeetings.css?rev=1214703&r1=1214702&r2=1214703&view=diff
==============================================================================
--- incubator/openmeetings/site/xdocs/css/openmeetings.css (original)
+++ incubator/openmeetings/site/xdocs/css/openmeetings.css Thu Dec 15 11:16:16 2011
@@ -52,4 +52,9 @@ ul {
 .inhalt p {
 	margin: 0;
 	padding: 0;
+}
+.xmlcode {
+	margin-left: 20px;
+	background-color: #eeeeee;
+	color: #0000ff;
 }
\ No newline at end of file