summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-10-21 18:55:26 +0200
committerAzul <azul@leap.se>2013-10-21 18:55:26 +0200
commit7b3dd8c2c0436518c7c80d37498b57fcf3b1eaf8 (patch)
tree3dfe7790f31a7916877ab2441170ebd745c9bbe7
parent9cdd17f630f6e0399e841117f4d6fc98cd437bb8 (diff)
the class for the html tag is linux32 - not just linux
-rw-r--r--app/assets/stylesheets/leap.scss2
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;
}