1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 08:01:27 +02:00

[ticket/11552] Align text to left in right side popups

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-09-15 11:55:58 +03:00
parent 28fbbcbbc1
commit 9b4001a786

View File

@@ -445,6 +445,7 @@ ul.responsive-popup li {
float: none;
margin: 0;
white-space: nowrap;
text-align: left;
}
ul.responsive-popup li:before, ul.responsive-popup li:after {