diff options
author | Azul <azul@leap.se> | 2013-10-21 18:55:26 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-21 18:55:26 +0200 |
commit | 7b3dd8c2c0436518c7c80d37498b57fcf3b1eaf8 (patch) | |
tree | 3dfe7790f31a7916877ab2441170ebd745c9bbe7 /app/assets | |
parent | 9cdd17f630f6e0399e841117f4d6fc98cd437bb8 (diff) |
the class for the html tag is linux32 - not just linux
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index af3bde4..abfea05 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -58,7 +58,7 @@ html.android .os-android { display: none !important; } -html.linux .os-linux32 { +html.linux32 .os-linux32 { display: inherit !important; } |