silverstripe-reports/css/typography.css
Sean Harvey 482646ec56 Ticket #1497 - CSS changes for form fields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44106 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 21:31:26 +00:00

35 lines
340 B
CSS

* {
font-family: Arial, Helvetica, sans-serif;
}
p, ul, td, th {
font-size: 12px;
}
p {
color: #666;
}
h1, h2 {
color: #0074c6;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
a {
color: #162f42;
text-decoration: underline;
}
a:hover {
color: #0074c6;
text-decoration: underline;
}
a img {
border-style: none;
}