diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-06 17:25:31 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-06 17:25:31 +0000 |
commit | 5e6c1c9f274e1a2640d2db7484549487275ee5c2 (patch) | |
tree | 831a1c567b199c692cc5b273734047dfa6c5fee2 /views | |
parent | 491664eabaa83a9b54ad6a2e39e061bd6efefc4e (diff) | |
download | elgg-5e6c1c9f274e1a2640d2db7484549487275ee5c2.tar.gz elgg-5e6c1c9f274e1a2640d2db7484549487275ee5c2.tar.bz2 |
Fixes #1491: Removed mistakingly assigned input-password with input-textarea.
git-svn-id: http://code.elgg.org/elgg/trunk@3911 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index bf756da1b..a83f39c70 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -894,7 +894,6 @@ input[type="submit"] { width:98%; } -.input-password, .input-textarea { height: 200px; } |