mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix site logo with RTL on IE - Bug #27155
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9445 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4193b22bd9
commit
a6b423b3bd
1 changed files with 4 additions and 1 deletions
|
@ -719,4 +719,7 @@
|
|||
* tweaks.css
|
||||
*/
|
||||
|
||||
|
||||
/** Reference: Bug #27155 */
|
||||
.rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue