# HG changeset patch # User Nicholas Jillings # Date 1492778294 -3600 # Node ID 1f9773f8a49b3ad2442613a3c22d269dea06df35 # Parent 62ad83c6a403412da40771458d0effcc8adcfe32 #126 #162 Use in-line blocks instead for legacy diff -r 62ad83c6a403 -r 1f9773f8a49b interfaces/AB.css --- a/interfaces/AB.css Fri Apr 21 11:22:28 2017 +0100 +++ b/interfaces/AB.css Fri Apr 21 13:38:14 2017 +0100 @@ -40,10 +40,6 @@ } div#box-holders { width: 100%; - display: flex; - flex-direction: row; - justify-content: center; - flex-wrap: wrap; } div#playback-holder{ float:none; @@ -54,9 +50,7 @@ border: black 1px solid; padding-top: 5px; margin: 25px; - display: flex; - flex-direction: column; - align-items: center; + display: inline-block; } div.comparator-selector { width: 248px; @@ -66,6 +60,8 @@ background-color: #FF0000; border-radius: 20px; text-align: center; + display: block; + margin: auto; } div.disabled { background-color: #AAA;