1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

Merge branch 'ticket/cs278/7332' into develop-olympus

* ticket/cs278/7332:
  [ticket/7332] Fix post details expand link rendering on Webkit.
This commit is contained in:
Andreas Fischer
2010-10-17 18:33:29 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -307,6 +307,11 @@ div[class].topic-actions {
max-height: 300px;
}
#expand
{
clear: both;
}
/* Content container styles
----------------------------------------*/
.content {