1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

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
This commit is contained in:
Andreas Fischer
2009-12-28 17:10:44 +00:00
parent 5537c3c736
commit 33fde908ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {