- Updated to include 1.3.1 information.

- Modified task.css
This commit is contained in:
Paul Beckingham
2008-06-21 13:41:56 -04:00
parent 2e0964aeb8
commit 64fbf88f48
3 changed files with 28 additions and 25 deletions

View File

@@ -56,20 +56,23 @@ body {
#content h2 {
font-size: 22px;
border-bottom: 1px dotted #000;
}
#content h3 {
font-size: 20px;
border-bottom: 1px dotted #bbb;
}
#content h4 {
font-size: 18px;
border-bottom: 1px dotted #bbb;
}
#content h5 {
font-size: 18px;
background: #ffd;
border-bottom: 1px dotted #aaa;
border-bottom: 1px dotted #bbb;
}
#content p {