diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-29 12:31:13 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-29 12:31:13 +0300 |
| commit | 596f8ffc13c31aaf13085680fa60d724c30a1978 (patch) | |
| tree | f678da7221e6d9fc88b714551ef8d3944f9ff20d /client | |
| parent | dde03b747aa2c56ce0f1adf028a73d7340dcf5dc (diff) | |
Fix webkit specific flex stuff on final page
Diffstat (limited to 'client')
| -rw-r--r-- | client/colors.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/colors.less b/client/colors.less index 8ecdc94..58eee38 100644 --- a/client/colors.less +++ b/client/colors.less @@ -238,8 +238,10 @@ body { } } div.final { - text-align: center; + display: -webkit-flex; display: flex; + text-align: center; + -webkit-justify-content: center; justify-content: center; div.final-dominants { margin-left: 40px; |
