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:
parent
733206d072
commit
055eb2726e
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue