Fixed H3 Pointers Issue

Improved News style
pull/1/head
Philipp Dunkel 15 years ago
parent 7238a9eff8
commit 52519a95c9

@ -48,8 +48,11 @@ h3{
color: #334d55;
margin: 0px;
padding: 0px;
}
h3.pointer{
cursor: pointer;
/* cursor: hand; */
/* cursor: hand; */
}
h4{
@ -627,6 +630,11 @@ img.sponsorlogo {
/************ Newsbox *************/
#lnews { /* class for the text "Latest News" */
font-size: small;
font-variant: small-caps;
}
div.newsbox {
border-top: 1px solid #cccccc;
color: #101010;

Loading…
Cancel
Save