diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-15 11:55:58 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-17 21:11:37 +0300 |
| commit | 9b4001a78623a3b9e05bd40a306654877ff76544 (patch) | |
| tree | b5fe13acde0717337ef70383448944a8c1f212da | |
| parent | 28fbbcbbc1a7f8b1a7cc97f028a94fb8e6e6e7f9 (diff) | |
| download | forums-9b4001a78623a3b9e05bd40a306654877ff76544.tar forums-9b4001a78623a3b9e05bd40a306654877ff76544.tar.gz forums-9b4001a78623a3b9e05bd40a306654877ff76544.tar.bz2 forums-9b4001a78623a3b9e05bd40a306654877ff76544.tar.xz forums-9b4001a78623a3b9e05bd40a306654877ff76544.zip | |
[ticket/11552] Align text to left in right side popups
PHPBB3-11552
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c2bc3adcf3..7886828fd5 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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 { |
