diff options
| author | makitso <makitso@gmail.com> | 2015-02-22 13:36:33 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-02-22 13:36:33 -0600 |
| commit | 25ea5d416f25cc2566c4ceaf4421cfcdad77a216 (patch) | |
| tree | c545773e2fa8e8683bd1da768706eff9637325dd /themes/minimal/css-1.7.0 | |
| parent | a67fcf08e595140c2dc70243529ec5d81c93987c (diff) | |
| download | webtrees-25ea5d416f25cc2566c4ceaf4421cfcdad77a216.tar.gz webtrees-25ea5d416f25cc2566c4ceaf4421cfcdad77a216.tar.bz2 webtrees-25ea5d416f25cc2566c4ceaf4421cfcdad77a216.zip | |
Refine patch e57e44b - Statistics from tables to Divs
Diffstat (limited to 'themes/minimal/css-1.7.0')
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index fb673ba95b..50833813ce 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -1721,8 +1721,6 @@ a.showit:hover > span { } /* Statistics block */ -#gedcom_stats23 p {margin: 0;} - .stat-table1 { display: table; float: left; @@ -1753,8 +1751,9 @@ float: right; } .stat-cell { display: table-cell; - vertical-align: middle; - text-align: center; + vertical-align: middle; + text-align: center; + white-space: pre-wrap; } .left {text-align: left;} [dir=rtl] .left {text-align: right;} |
