1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 01:03:05 +02:00

Merge remote-tracking branch 'PayBas/ticket/12565' into develop-ascraeus

* PayBas/ticket/12565:
  [ticket/12565] Empty anchors introduce white-space in IE11
This commit is contained in:
Cesar G
2014-06-04 22:58:19 -07:00
17 changed files with 28 additions and 20 deletions

View File

@@ -228,3 +228,7 @@ a.feed-icon-forum {
float: right;
margin: 3px;
}
a.anchor {
display: block;
}