silverstripe-cms/css/typography.css
Sean Harvey 4db20bec83 Ticket #1498 - CSS clean up, use margin reset and remove excess margin 0 and padding 0
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44273 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 10:10:14 +00:00

33 lines
367 B
CSS

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