[jbossws-commits] JBossWS SVN: r3706 - projects/wiki/skins/devmo/css.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 22 15:39:05 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-22 15:39:05 -0400 (Fri, 22 Jun 2007)
New Revision: 3706

Modified:
   projects/wiki/skins/devmo/css/base.css
   projects/wiki/skins/devmo/css/wiki.css
Log:
Fix headings and since tag

Modified: projects/wiki/skins/devmo/css/base.css
===================================================================
--- projects/wiki/skins/devmo/css/base.css	2007-06-22 19:38:46 UTC (rev 3705)
+++ projects/wiki/skins/devmo/css/base.css	2007-06-22 19:39:05 UTC (rev 3706)
@@ -18,7 +18,7 @@
 	background-image:url("images/bkgheader_left.gif");
 	background-repeat:repeat-x;	
 	font-size: 0.9em;
-         color: #333;
+        color: #333;
 }
 
 body, td, th, h3, input { /* redundant rules for bad browsers  */
@@ -247,79 +247,6 @@
 	height: 2.7em; 
 }
 
-/*#navigation #contenttypes {
-	position: absolute;
-	bottom: 0; 
-	left: 0;
-	margin: 0; 
-	padding: 0 0.7em 0 0.7em;
-	list-style-type: none;
-	background: url(images/navigation-bottom-left.gif) no-repeat bottom left; 
-}
-#navigation #contenttypes li {
-	margin: 0 2px 0 0; padding: 0; 
-	float: left;
-	background-image: url(images/tab-right.gif);
-	background-position: top right;
-	background-repeat: no-repeat;
-	height: 1.7em;
-}
-#navigation #contenttypes li.selected {
-	background-image: url(images/tab-right-selected.gif);
-}
-#navigation #contenttypes li a {
-	display: block;
-	float: left;
-	font-family: verdana, arial, sans-serif;
-	text-decoration: none;
-	font-size: 85%;
-	font-weight: bold;
-	color: #fff;
-	height: 2em;
-	line-height: 2em;
-	background-image: url(images/tab-left.gif);
-	background-position: top left;
-	background-repeat: no-repeat;
-	padding: 0px 6px;
-	_width: 1%;
-}
-
-#navigation #contenttypes li.selected a {
-	color: #003366;
-	background-image: url(images/tab-left-selected.gif);
-}
-
-#navigation #personal {
-	position: absolute;
-	bottom: 0;
-	right: 0;
-	margin: 0; 
-	padding: 0 0.4em 0 0;
-	height: 1.8em;
-	list-style-type: none;
-	background: url(images/navigation-bottom-right.gif) no-repeat bottom right; 
-}
-#navigation #personal li {
-	margin: 0 4px;
-	padding: 0;
-	float: left;
-	line-height: 2em;
-}
-#navigation #personal a {
-	font-family: tahoma, arial, sans-serif;
-	font-size: 80%;
-	font-weight: bold;
-	color: #fff;
-	display: block;
-	text-decoration: none;
-	margin: 0;
-	_width: 1%;
-}
-#navigation #personal a:hover {
-	text-decoration: underline;
-}*/
-
-
 /* 6) jboss.org sidebar ******************************************************************* */
 
 .spotnav a { 
@@ -343,8 +270,7 @@
 	right: 30px;	
 	width: 210px;
 	line-height: 120%;
-        margin-bottom:10px;
-	/* width:265px; */
+        margin-bottom:10px;	        
 }
 
 #relatedspot h3 { 
@@ -352,7 +278,7 @@
 	font-size: 14px;
 	color: white;
 	margin: 0px;
-	padding:6px 6px;
+	padding:6px 6px;               
 }
 
 .homespot { 

Modified: projects/wiki/skins/devmo/css/wiki.css
===================================================================
--- projects/wiki/skins/devmo/css/wiki.css	2007-06-22 19:38:46 UTC (rev 3705)
+++ projects/wiki/skins/devmo/css/wiki.css	2007-06-22 19:39:05 UTC (rev 3706)
@@ -6,6 +6,17 @@
 .new {
 }
 
+#since {    
+        clear:both;
+        margin-bottom: 8px;
+	float:right;        
+	padding: 5px 5px 5px 5px;
+	background-color:#FFCC00;
+        border:1px solid #333;
+        color:white;
+        font-weight:BOLD;
+}
+
 /* Special Slidebar Stuff */
 
 #sidebarslidebox {
@@ -60,6 +71,7 @@
 }
 .article h3 {
 	font-size: 1.5em;
+        border-bottom: solid #CCC 1px;
 }
 .article h4 {
 	font-size: 1.4em;
@@ -444,7 +456,7 @@
 
 pre {
 	background: #EEE;
-	font-size: 1.1em;
+	font-size: 0.8em;
 	line-height: 1.1em;
 	border: dashed #666 1px;
 	padding: 15px 20px 15px 20px;
@@ -487,6 +499,7 @@
 }
 
 div.note {
+        clear:both;
 	border: solid goldenrod 2px;
 	padding: 0px 10px 0px 10px;
 	margin: 10px 0px 10px 0px;




More information about the jbossws-commits mailing list