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

svn commit: r1075698 - /incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css

Author: rwesten
Date: Tue Mar  1 08:20:33 2011
New Revision: 1075698

URL: http://svn.apache.org/viewvc?rev=1075698&view=rev
Log:
Added a css for <pre>. Someone with better CSS skills should improve it 

Modified:
    incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css

Modified: incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css?rev=1075698&r1=1075697&r2=1075698&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css (original)
+++ incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css Tue Mar  1 08:20:33 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%;
+}