1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 01:51:31 +02:00

Merge pull request #2996 from Senky/ticket/13104

[ticket/13104] Responsive tabs display bug in IE11
This commit is contained in:
Joas Schilling
2014-09-25 22:02:23 +02:00

View File

@@ -110,7 +110,7 @@ ul.cplist {
}
#tabs .tab, #minitabs .tab {
display: inline-block;
display: block;
float: left;
font-size: 1em;
font-weight: bold;