diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-12-28 17:10:44 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-28 17:10:44 +0000 |
commit | 33fde908eeba6794b536d54beee61e81fbc5fc03 (patch) | |
tree | d9e4eb27c9979bd0232f080e6db8647975af8c37 | |
parent | 5537c3c736f4bd585da5631a354cef798d96f264 (diff) | |
download | forums-33fde908eeba6794b536d54beee61e81fbc5fc03.tar forums-33fde908eeba6794b536d54beee61e81fbc5fc03.tar.gz forums-33fde908eeba6794b536d54beee61e81fbc5fc03.tar.bz2 forums-33fde908eeba6794b536d54beee61e81fbc5fc03.tar.xz forums-33fde908eeba6794b536d54beee61e81fbc5fc03.zip |
Fix Bug #55895 - Missing CSS background parameter, thanks Planet Styles.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10386 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f9731004d9..627b1ea4d2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -98,7 +98,7 @@ <li>[Fix] Do not link to user profile in ATOM feed entry if post has been made by the guest user. (Bug #54275)</li> <li>[Fix] Make word censoring case insensitive. (Bug #54265)</li> <li>[Fix] Fulltext-MySQL search for keywords and username at the same time. (Bug #54325)</li> - <li>[Fix] Various XHTML mistakes in prosilver. (Bug #54705)</li> + <li>[Fix] Various XHTML and CSS mistakes in prosilver. (Bugs #54705, #55895)</li> <li>[Fix] Correctly show topic ATOM feed link when only post id is specified. (Bug #53025)</li> <li>[Fix] Cleanly handle forum/topic not found in ATOM Feeds. (Bug #54295)</li> <li>[Fix] PHP 5.3 compatibility: Check if function dl() exists before calling it. (Bug #54665)</li> diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index a280218e75..4db342661c 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -316,7 +316,7 @@ a.button1, input.button1, input.button3, a.button2, input.button2 { padding-bottom: 1px; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #000; - background: #FAFAFA none repeat-x top; + background: #FAFAFA none repeat-x top left; } a.button1, input.button1 { |