diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-09 03:03:04 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-09 03:03:04 +0000 |
commit | cbdaae59574e916db4bfa588f70af637e6dea6b4 (patch) | |
tree | 2c68f35e0143982c7f02f76a094e192f8c6c7bed | |
parent | d4b18ffb78ae69ac5b14792e9f3749f3b11df68f (diff) | |
download | forums-cbdaae59574e916db4bfa588f70af637e6dea6b4.tar forums-cbdaae59574e916db4bfa588f70af637e6dea6b4.tar.gz forums-cbdaae59574e916db4bfa588f70af637e6dea6b4.tar.bz2 forums-cbdaae59574e916db4bfa588f70af637e6dea6b4.tar.xz forums-cbdaae59574e916db4bfa588f70af637e6dea6b4.zip |
comment speeling @_@
git-svn-id: file:///svn/phpbb/trunk@7307 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 9711e11146..cd4efc6ccc 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -46,7 +46,7 @@ .newpm-icon, .newpm-icon a { background: none 0 0 no-repeat; } .forwardpm-icon, .forwardpm-icon a { background: none 0 0 no-repeat; } -/* Set bug button dimensions */ +/* Set big button dimensions */ .buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; } .buttons div.post-icon { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; } .buttons div.locked-icon { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; } |