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:
Meik Sievertsen 2009-04-12 13:55:12 +00:00
parent 4193b22bd9
commit a6b423b3bd

View file

@ -719,4 +719,7 @@
* tweaks.css * tweaks.css
*/ */
/** Reference: Bug #27155 */
.rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
position: relative;
}