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

small alignment fix from dhn

git-svn-id: file:///svn/phpbb/trunk@8252 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2007-11-26 21:59:15 +00:00
parent 1e6a69cae7
commit 8523d43347
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@
.rtl li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-right: 0;
padding-left: 44px;
padding-left: 50px;
}
.rtl dl.icon dt {

View File

@ -107,7 +107,7 @@ li.header dl.icon {
li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 44px;
padding-right: 50px;
}
/* Forum list column styles */