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

Merge remote-tracking branch 'sadu/ticket/10438' into develop

* sadu/ticket/10438:
  [ticket/10438] Alligning the Smileys on the same line as the text.
This commit is contained in:
Igor Wiedler
2012-04-01 21:39:37 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -713,3 +713,7 @@ p.rules a {
.hidden {
display: none;
}
.smilies {
vertical-align: text-bottom;
}