Author: amaniatis
Date: Thu Nov 26 08:35:34 2009
New Revision: 884461

URL: http://svn.apache.org/viewvc?rev=884461&view=rev
Log:
Stylesheet changes to main site to allow for edit/new buttons on the wiki pages.

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=884461&r1=884460&r2=884461&view=diff
==============================================================================
--- cayenne/site/trunk/tlp-site/target/css/master.css (original)
+++ cayenne/site/trunk/tlp-site/target/css/master.css Thu Nov 26 08:35:34 2009
@@ -365,22 +365,32 @@
        color: #777;
        border-top: 1px solid #eaeaea;
        }
+
 #bread {
-       margin: 5px 0;
-       padding: 0;
-       font-size: 85%;
-       color: #aaa;
-       }
+        color:#AAAAAA;
+        font-size:85%;
+        height:20px;
+        margin:5px 0;
+        padding:0;
+}
 #bread a {
-       padding-bottom: 1px;
-       color: #aaa;
-       text-decoration: none;
-       border-bottom: 1px solid #eaeaea;
-       }
-#bread a:hover {
-       color: #333;
-       border-bottom: 1px solid #666;
-       }
+        border-bottom: none;
+        colour: #AAAAAA;
+}
+#bread span {
+        display:block;
+        float:left;
+}
+#bread ul li {
+        list-style:none;
+        background:none;
+}
+#bread ul {
+        float:right;
+        margin:0;
+        list-style:none;
+}
+
 .box {
        margin: 1em 0;
        padding: 0 15px;


Reply via email to