diff --git a/css/style.css b/css/style.css index a3b2d29..0e138ee 100644 --- a/css/style.css +++ b/css/style.css @@ -61,6 +61,22 @@ h1 br { overflow: auto; } +#achievements-container { + position: fixed; bottom: 0px; left: 0px; +} + +#achievements-container .alert { + margin-bottom: 10px; position: relative; +} + +#achievements-container .alert-glyph { + float:left; font-size: 32px; margin-right: 10px; +} + +#achievements-container .alert-text { + font-size: 14px; font-weight: bold; +} + #HR .media-object, #Upgrades .media-object { display: none; diff --git a/index.html b/index.html index da239d1..14ec0dc 100644 --- a/index.html +++ b/index.html @@ -138,21 +138,8 @@ -