diff options
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 768a11fb8..d5a5d38de 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -20,7 +20,13 @@ font-size:1em; address { margin-right:7.2%; } - +input, textarea, select { +border-width:2px; +border-style: solid; +border-radius:4px; +-moz-border-radius:4px; +-webkit-border-radius:4px; +} input, textarea, select, option { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } |