Mercurial > hg > webaudioevaluationtool
changeset 2954:7b2229be3183
Fixed #245
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 31 Oct 2017 11:02:29 +0000 |
parents | 5e1e9e606373 |
children | 8fa0f2a59b6d |
files | interfaces/ordinal.css |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/interfaces/ordinal.css Tue Oct 31 10:43:19 2017 +0000 +++ b/interfaces/ordinal.css Tue Oct 31 11:02:29 2017 +0000 @@ -34,3 +34,10 @@ .ordinal-element-label { font-size: 2em; } +div#outside-reference-holder { + display: flex; + align-content: center; + justify-content: center; + margin-bottom: 5px; + min-height: 20px; +}