bug fixed: my previous commit added a useless temporary A.button CSS class

(showing how to make a link look like a FORM button). A.button CSS class
removed.
This commit is contained in:
plg 2006-04-18 09:57:25 +00:00
parent 733206d072
commit 055eb2726e

View file

@ -60,18 +60,6 @@ tr.highlight td, tr.highlight th {
white-space: nowrap;
}
A.button {
background-color: #69c;
color: white;
text-decoration: none;
font-size: 1em;
font-weight: bold;
border: 2px solid #eee;
border-right-color: gray;
border-bottom-color: gray;
padding: 2px;
}
legend {
font-size:120%;
font-weight:bold;