diff options
author | friendica <info@friendica.com> | 2013-11-16 00:01:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-16 00:01:03 -0800 |
commit | 766529b78ed1adeee0ae829847d8f04da6e0e78b (patch) | |
tree | a8f8a295cbdb66418a54328b8726d0b33cf43aa9 | |
parent | fda617830deaad2f22ebe021354848f55abc8cec (diff) | |
download | volse-hubzilla-766529b78ed1adeee0ae829847d8f04da6e0e78b.tar.gz volse-hubzilla-766529b78ed1adeee0ae829847d8f04da6e0e78b.tar.bz2 volse-hubzilla-766529b78ed1adeee0ae829847d8f04da6e0e78b.zip |
theme works
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc index e0b3d1ca3..e2a33a1da 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-11-15.498 +2013-11-16.499 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index da30cb4a1..741c795a1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1076,7 +1076,7 @@ footer { } .comment-edit-photo img { - width: 25px; + width: $reply_photo; } .comment-edit-text-empty, .comment-edit-text-full { float: left; |