Cleans fallback code.

This commit is contained in:
Lars Jung 2013-08-18 21:09:35 +02:00
parent b42cd95e41
commit bc7607340c
4 changed files with 7 additions and 11 deletions

View file

@ -46,7 +46,6 @@
margin-left: 16px;
}
.noBrowserMsg {
display: none;
color: @col-error;
margin-left: 16px;
a, a:active, a:visited {

View file

@ -28,9 +28,6 @@
@border-widget-sep: 1px solid @col-widget-sep;
@font-family: Ubuntu, sans-serif;
@font-family-mono: "Ubuntu Mono", monospace;
@ -48,9 +45,9 @@ body {
margin: 30px;
}
html.js .hideOnJs, html.no-js .hideOnNoJs {
html.js .noJsMsg {
display: none;
}
html.no-browser .noBrowserMsg {
display: inline !important;
html.browser .noBrowserMsg {
display: none;
}