You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2011/03/01 09:20:39 UTC

svn commit: r786288 - /websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css

Author: buildbot
Date: Tue Mar  1 08:20:38 2011
New Revision: 786288

Log:
Staging update by buildbot

Modified:
    websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css

Modified: websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css (original)
+++ websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css Tue Mar  1 08:20:38 2011
@@ -43,6 +43,12 @@ h1,h2,h3,h4,h5,h6 {
   font-size: 16pt;
   margin-bottom: 0;
 }
+#content h4 { 
+  border-bottom: none;
+  color: #000000;
+  font-size: 14pt;
+  margin-bottom: 0;
+}
 
 #navigation {
   font-size: 85%;
@@ -105,3 +111,15 @@ h1,h2,h3,h4,h5,h6 {
 #footer a:hover {
   color: #dcb27e;
 }
+
+pre {
+	white-space: pre-wrap; 
+	white-space: -moz-pre-wrap; 
+	white-space: -o-pre-wrap; 
+	background: #faf8f0; 
+	display: block; 
+	padding: 0.5em 1em; 
+	margin: 0.5em 1em; 
+	border: 1px solid #bebab0;
+	line-height: 133%;
+}