git-svn-id: http://xe-core.googlecode.com/svn/trunk@573 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-20 08:59:02 +00:00
parent ba7c2e3b02
commit 1d5e065dac
4 changed files with 68 additions and 1 deletions

View file

@ -37,3 +37,46 @@ a.bold {
}
div,body {
font-size:9pt;
font-weight:normal;
}
h1 {
font-size:20pt;
font-weight:bold;
background-color:#efefef;
color:#0f217c;
padding:5px;
border-bottom:1px solid #445bcd;
}
h2 {
font-size:16pt;
font-weight:bold;
background-color:#efefef;
padding:3px;
border-bottom:1px solid #445bcd;
}
h3 {
font-size:13pt;
font-weight:normal;
background-color:#efefef;
padding:3px;
}
h4 {
font-size:10pt;
font-weight:bold;
}
h5 {
font-size:9pt;
font-weight:normal;
}
h6 {
font-size:8pt;
font-weight:normal;
}