Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/ewede (17-Sep @ 04:19)
Syntax Highlighted Code
- h2.contentheading, .contentheading {
- padding: 5px 0 8px;
- margin: 0;
- font-weight: normal;
- }
- table.blog .contentheading {
- font-size: 150%;
- }
- .contentheading {
- font-size: 200%;
- }
- a.contentpagetitle,
- a.contentpagetitle:hover,
- a.contentpagetitle:active,
- a.contentpagetitle:focus {
- text-decoration: none !important;
- }
Plain Code
h2.contentheading, .contentheading {
padding: 5px 0 8px;
margin: 0;
font-weight: normal;
}
table.blog .contentheading {
font-size: 150%;
}
.contentheading {
font-size: 200%;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
text-decoration: none !important;
}