mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 07:48:20 -04:00
Cleans fallback code.
This commit is contained in:
parent
b42cd95e41
commit
bc7607340c
4 changed files with 7 additions and 11 deletions
|
@ -46,7 +46,6 @@
|
|||
margin-left: 16px;
|
||||
}
|
||||
.noBrowserMsg {
|
||||
display: none;
|
||||
color: @col-error;
|
||||
margin-left: 16px;
|
||||
a, a:active, a:visited {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue