mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix IE6 display for very large forum icons - Bug #44695 - Patch by Ishimaru Chiaki
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10083 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
714aa8b09a
commit
a6dce700ce
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ dl.icon {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* html li.row dl.icon dt {
|
||||||
|
height: 35px;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
* html #search-box {
|
* html #search-box {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue