docs: tweak styles

This commit is contained in:
Simon Michael 2009-12-04 23:44:16 +00:00
parent 1383917979
commit c89a14fab1

View File

@ -27,6 +27,11 @@ h1.title {
/* color: #49637C; */ /* color: #49637C; */
color: #226600; color: #226600;
margin-bottom: 3px; margin-bottom: 3px;
text-align: left;
}
h1 {
margin-top:1em;
text-align: left;
} }
h1 .small { h1 .small {
font-size: 0.4em; font-size: 0.4em;
@ -36,14 +41,25 @@ h1 a {
} }
h2 { h2 {
font-size: 1.5em; font-size: 1.5em;
/* color: #49637C; */ }
h2 a {
text-decoration: none;
} }
h3 { h3 {
text-align: center; /* text-align: center; */
/* color: #49637C; */ }
h3 a {
text-decoration: none;
}
h4 {
}
h4 a {
/* text-decoration: none; */
}
h5 a {
text-decoration: none;
} }
a { a {
/* color: #49637C; */
} }
.description { .description {
font-size: 1.2em; font-size: 1.2em;