diff options
Diffstat (limited to 'app/assets/stylesheets/leap.scss')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index 120b978..4c0dfe3 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -55,21 +55,26 @@ html.android .os-android { display: inherit !important; } -.os-linux32 { +.os-linux { display: none !important; } -html.linux32 .os-linux32 { +html.linux .os-linux { display: inherit !important; } -.os-linux64 { - display: none !important; -} - -html.linux64 .os-linux64 { - display: inherit !important; -} +// .os-linux32 { +// display: none !important; +// } +// html.linux32 .os-linux32 { +// display: inherit !important; +// } +// .os-linux64 { +// display: none !important; +// } +// html.linux64 .os-linux64 { +// display: inherit !important; +// } .os-windows { display: none !important; |