summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNozomi Anzai2010-07-22 05:12:59 +0000
committerNozomi Anzai2010-07-22 05:12:59 +0000
commit006d65c44b4bc2c30d2370ae6452dcc3080c66c3 (patch)
treec87aabd34dfcd04caf4ac89bdfea71e3fa27d166
parent2a9c4a62954b57d9b58e67886ae670b58fca9431 (diff)
Remove font-size:x-small;
-rw-r--r--screen.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/screen.css b/screen.css
index 193919b..fd44c3b 100644
--- a/screen.css
+++ b/screen.css
@@ -1,6 +1,6 @@
body {
margin: 0;
- font: x-small Verdana, Arial, Helvetica, sans-serif;
+ font: small Verdana, Arial, Helvetica, sans-serif;
}
h1 {
margin: 0;
@@ -9,11 +9,9 @@ h2 {
padding-bottom: 4px;
border-bottom: 1px solid red;
color: red;
- font-size: small;
}
h3 {
color: red;
- font-size: x-small;
}
ul {
list-style: square;
@@ -49,7 +47,7 @@ a img {
border: none;
}
input {
- font: x-small Verdana, Arial, Helvetica, sans-serif;
+ font: small Verdana, Arial, Helvetica, sans-serif;
}
label {
font-weight: bold;
@@ -96,6 +94,7 @@ label {
border: 1px solid lightsteelblue;
float: right;
background: ghostwhite;
+ font-size: x-small;
}
#submenu h3 {
margin: 0;
@@ -148,4 +147,4 @@ label {
#help {
float: right;
-} \ No newline at end of file
+}