diff --git a/static/css/main.css b/static/css/main.css index 87e773d7460..fffcaa968fb 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -49,7 +49,7 @@ body { .bgStatus { float: right; - font-size: 900%; + font-size: 800%; margin-right: 25px; text-align: center; white-space: nowrap; @@ -57,9 +57,17 @@ body { .bgStatus .currentBG { text-decoration: line-through; } +.bgStatus .currentDelta { + font-size: 35%; + text-decoration: line-through; +} .bgStatus.current .currentBG { text-decoration: none; } +.bgStatus.current .currentDelta { + font-size: 35%; + text-decoration: none; +} .currentDirection { font-weight: normal; text-decoration: none; diff --git a/static/index.html b/static/index.html index 6d1c91ef3f4..7adbe3ba61d 100644 --- a/static/index.html +++ b/static/index.html @@ -33,10 +33,12 @@