#0007: Stylesheets for h3 tag

Regarding https://www.cacert.org/styles/default.css

Problem: h3 { ...; cursor:hand; }

Why that? Noone else is doing this. See headlines on https://www.cacert.org/index.php?id=51 or http://www.cacert.org/ and look at you mouse pointer.

Solution: Change

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 cursor: pointer;
/* cursor: hand; */
}

to

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

Comments

Chris set status to Open with patch, 2005-06-16

ContentReviewTeam/case0007 (last edited 2008-05-22 22:17:04 by anonymous)