[project @ 2004-04-21 21:37:32 by bursa]

Change dimensions of radio and checkboxes to em.

svn path=/import/netsurf/; revision=797
This commit is contained in:
James Bursa 2004-04-21 21:37:32 +00:00
parent 9bd6721a73
commit ba507a8619
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ input[type=button], input[type=reset], input[type=submit], button {
input[type=image] { background-color: #ddd; color: #000; width: auto;
height: auto; }
input[type=checkbox], input[type=radio] { background-color: transparent;
width: 22px; height: 22px; }
padding: 0 0.1em; border: 0; width: 1em; height: 1em; }
[align=left] { text-align: left; }
[align=center] { text-align: center; }