diff --git a/css/feminitives.css b/css/feminitives.css old mode 100644 new mode 100755 index 0934bf2..bc8a5d1 --- a/css/feminitives.css +++ b/css/feminitives.css @@ -43,6 +43,13 @@ button:hover { cursor: pointer; } +#title_version { + cursor: pointer; + text-decoration: none; + color: #7c795d; + border-bottom: 5px #7c795d dotted; +} + #suffix { display: none; } @@ -135,6 +142,18 @@ button:hover { opacity: 1; } +#google_play { + position: fixed; + left: 0px; + bottom: 0px; + height: 4em; + width: 100%; +} + +#google_play > a > img { + height: 4em; +} + @media screen and (max-device-width: 1000px) { input { font-size:90%; } button { font-size: 80%; width: 25%; }