diff options
author | hellekin <hellekin@cepheide.org> | 2013-03-02 13:53:41 -0300 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2013-03-02 13:55:15 -0300 |
commit | 22479294531da254c0b9060afd5e2992c6db91e1 (patch) | |
tree | 6299c1bdac5b040625c39db68fd4447e034668e1 /views/default/beechat | |
parent | 98f73419a691c2664e51aad4b28ed477feaba8ea (diff) | |
download | elgg-22479294531da254c0b9060afd5e2992c6db91e1.tar.gz elgg-22479294531da254c0b9060afd5e2992c6db91e1.tar.bz2 |
Correct typos (thanks to d_urruti)
Diffstat (limited to 'views/default/beechat')
-rw-r--r-- | views/default/beechat/screen.css.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/beechat/screen.css.php b/views/default/beechat/screen.css.php index 05336ef8c..930e60089 100644 --- a/views/default/beechat/screen.css.php +++ b/views/default/beechat/screen.css.php @@ -5,7 +5,7 @@ ?> /** * Beechat - * + * * @package beechat * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Beechannels <contact@beechannels.com> @@ -147,7 +147,7 @@ div#beechat_contacts_controls span#beechat_contacts_control_minimize { padding: 2px; font-size: 1.6em; - font-weigth: bold; + font-weight: bold; text-align: center; } span#beechat_contacts_button { @@ -527,7 +527,7 @@ div.beechat_chatbox_top .beechat_chatbox_top_icon { left: 4px; z-index: 2; - widht: 50px; + width: 50px; height: 50px; } div.beechat_chatbox_top .beechat_label { |