diff options
author | Azul <azul@leap.se> | 2013-10-28 08:52:54 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-28 08:52:54 +0100 |
commit | 7abdb17fef4c48dc62621cb10062f14379039cdf (patch) | |
tree | d1fe0b9796526e063e928a00d942e6e99a3dc457 /app/assets/stylesheets | |
parent | 1b8d773ad61df9d97f4f800944cd78ae6cc51938 (diff) | |
parent | 7b3dd8c2c0436518c7c80d37498b57fcf3b1eaf8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index 30f7741..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; } @@ -78,11 +78,11 @@ html.windows .os-windows { display: inherit !important; } -.os-mac { +.os-osx { display: none !important; } -html.mac .os-mac { +html.osx .os-osx { display: inherit !important; } |