diff --git a/css/style.css b/css/style.css index 771f1eb..a43901f 100644 --- a/css/style.css +++ b/css/style.css @@ -7,6 +7,7 @@ h1 br { } #InfoBox { + background: rgba(255, 255, 255, .5); color: #666; position: fixed; right: 40px; @@ -59,3 +60,15 @@ h1 br { .scrollable { overflow: auto; } + +#HR .media-object, +#Upgrades .media-object { + display: none; +} + +@media screen and (min-width: 1400px) { + #HR .media-object, + #Upgrades .media-object { + display: block; + } +} diff --git a/index.html b/index.html index 88c5b21..2b93549 100644 --- a/index.html +++ b/index.html @@ -37,9 +37,21 @@
-

Data
{{ lc.lab.data | number:0 }}

-

Reputation
{{ lc.lab.reputation | number:0 }}

-

Money
{{ lc.lab.money | currency }}

+

+ Data +
+ {{ lc.lab.data | niceNumber }} +

+

+ Reputation +
+ {{ lc.lab.reputation | niceNumber }} +

+

+ Money +
+ {{ lc.lab.money | currency }} +

@@ -64,7 +76,7 @@