diff --git a/app/less/outfit.less b/app/less/outfit.less index 809e23bd..2d281c86 100755 --- a/app/less/outfit.less +++ b/app/less/outfit.less @@ -43,6 +43,14 @@ } } +.flip { + display: inline-block; + -moz-transform: scaleX(-1); /* Gecko */ + -o-transform: scaleX(-1); /* Operah */ + -webkit-transform: scaleX(-1); /* webkit */ + transform: scaleX(-1); /* standard */ +} + #build { float: right; line-height: 2em; @@ -170,10 +178,8 @@ table.total { table tbody tr td { &:nth-child(4) { span { - display:inline; - padding:0; - margin:0; - font-size: 2em; + vertical-align: middle; + font-size: 1.6em; } } } @@ -186,7 +192,7 @@ table.total { g.tick:nth-child(2n) text { display: none; } - } + } table thead tr.main th { font-size: 0.8em; diff --git a/app/views/page-comparison.html b/app/views/page-comparison.html index 75160b64..6525af22 100755 --- a/app/views/page-comparison.html +++ b/app/views/page-comparison.html @@ -31,7 +31,7 @@