You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2009/08/08 12:58:31 UTC

svn commit: r802338 - /cayenne/site/trunk/tlp-site/target/css/master.css

Author: amaniatis
Date: Sat Aug  8 10:58:31 2009
New Revision: 802338

URL: http://svn.apache.org/viewvc?rev=802338&view=rev
Log:
Ah, the joys of editing css with a one hour delay between commit and seeing how it worked...

This tidies up the code block appearance a little more.


Modified:
    cayenne/site/trunk/tlp-site/target/css/master.css

Modified: cayenne/site/trunk/tlp-site/target/css/master.css
URL: http://svn.apache.org/viewvc/cayenne/site/trunk/tlp-site/target/css/master.css?rev=802338&r1=802337&r2=802338&view=diff
==============================================================================
--- cayenne/site/trunk/tlp-site/target/css/master.css (original)
+++ cayenne/site/trunk/tlp-site/target/css/master.css Sat Aug  8 10:58:31 2009
@@ -551,11 +551,11 @@
 	width: 100%;
 	overflow: auto;
 	line-height: 100% !important;
-    border: 1px solid #ccc;
 	margin: 18px 0px 18px 0px;
 }
 
 .dp-highlighter table {
+	background: transparent url(../img/nav-ul.gif) repeat-x scroll 0 2px;
 	width: 100%;
 	margin: 2px 0px 2px 0px;
 	border-collapse: collapse;
@@ -732,7 +732,7 @@
 
 /* Overriding styles from Confluence for {code:none} */
 .code {
-    background-color: transparent;
+    background-color: #F9F9F6;
     border: none;
 }
 .code textarea, .code input {
@@ -745,6 +745,14 @@
     padding: 10px;
 }
 
-.code table tr td {
-	padding: 0;
-}
\ No newline at end of file
+.code tr, .code td {
+        padding: 0;
+        border: 0;
+}
+
+.code table {
+	border; 0;
+	padding: 10px;
+	background-color: transparent;
+}
+