You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/05/08 00:09:18 UTC

svn commit: r536004 - /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css

Author: reinhard
Date: Mon May  7 15:09:17 2007
New Revision: 536004

URL: http://svn.apache.org/viewvc?view=rev&rev=536004
Log:
increase readability

Modified:
    cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css

Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css?view=diff&rev=536004&r1=536003&r2=536004
==============================================================================
--- cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css (original)
+++ cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css Mon May  7 15:09:17 2007
@@ -18,7 +18,7 @@
  */
 
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4c4c4c;
}
a:link, a:visited {
	color: #0086b3;
}
a:hover {
	text-decoration: none;
}
h1 {
-	margin: 10px 0 15px 0;
	padding: 0 0 5px 17px;
	background: url(../images/h1-image.gif) no-repeat left 4px;
	font-size: 130%;
	color: #0086b3;
	border-bottom: 1px solid #0086b3;
}
+	margin: 25px 0 15px 0;
	padding: 0 0 5px 17px;
	background: url(../images/h1-image.gif) no-repeat left 4px;
	font-size: 130%;
	color: #0086b3;
	border-bottom: 1px solid #0086b3;
}
 h1.docTitle {
 	margin: 0 0 10px 0;
 	padding: 0 0 5px 0;
@@ -36,7 +36,10 @@
 	background: url(../images/list.gif) no-repeat left 3px;   
 }
 ol li {
-   padding-left: 5px;
+  padding-left: 5px;
+}
+tt {
+	font-size: 1.3em;
 }
 pre {
	border:1px solid #aaaaaa;
	background: #efefef;
	font-size: 110%;
	padding:10px;
}
table {
	margin: 0 0 10px 0;
	width: 99.5%;
	border: 1px solid #cce7f0;
}
table th, table td {
	padding: 4px;
}
thead {
	background: #0086b3;
	color: #fff;
}
tbody {
	background: #e5f3f7;
}
table .alt {
	background: #cce7f0;
}
/* Header part
 --------------------------------------*/



Re: svn commit: r536004 - /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css

Posted by Reinhard Poetz <re...@apache.org>.
hepabolu wrote:
> reinhard@apache.org said the following on 8/5/07 00:09:
>> +tt {
>> +    font-size: 1.3em;
>>  }
> 
> Reinhard,
> 
> it's best to keep the font sizes in percentages to keep things 
> consistent. The only em value is in the body selector.

thanks, I will change this ASAP (if you don't beat me).

-- 
Reinhard Pötz           Independent Consultant, Trainer & (IT)-Coach 

{Software Engineering, Open Source, Web Applications, Apache Cocoon}

                                        web(log): http://www.poetz.cc
--------------------------------------------------------------------

Re: svn commit: r536004 - /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css

Posted by hepabolu <he...@gmail.com>.
reinhard@apache.org said the following on 8/5/07 00:09:
> +tt {
> +	font-size: 1.3em;
>  }

Reinhard,

it's best to keep the font sizes in percentages to keep things 
consistent. The only em value is in the body selector.

Bye, Helma