mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-05 21:23:23 +02:00
Minor changes in fallback mode.
This commit is contained in:
parent
f857ae3841
commit
469e8185e2
@ -5,17 +5,17 @@
|
||||
order: 99;
|
||||
|
||||
padding: 6px;
|
||||
background: #fafafa;
|
||||
background: #eee;
|
||||
background: @col-lightgray;
|
||||
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
|
||||
color: #999;
|
||||
text-align: right;
|
||||
line-height: 30px;
|
||||
|
||||
a, a:active, a:visited {
|
||||
margin: 0 8px;
|
||||
color: #999;
|
||||
color: @col-text-secondary-black;
|
||||
text-decoration: none;
|
||||
.transition(all 0.2s ease-in-out);
|
||||
outline: 0;
|
||||
|
@ -2,7 +2,7 @@
|
||||
#fallback {
|
||||
display: none;
|
||||
max-width: 960px;
|
||||
margin: 0 auto 32px;
|
||||
margin: 0 auto 48px;
|
||||
padding: 32px 16px;
|
||||
|
||||
table {
|
||||
@ -16,14 +16,14 @@
|
||||
border: none;
|
||||
}
|
||||
th {
|
||||
padding-bottom: 18px;
|
||||
color: #999;
|
||||
color: #ccc;
|
||||
font-weight: lighter;
|
||||
line-height: 48px;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid @col-border;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
a, a:active, a:visited {
|
||||
display: block;
|
||||
|
@ -34,6 +34,6 @@ body#h5ai-info
|
||||
a( href="http://browsehappy.com" ) modern browsers
|
||||
| !
|
||||
a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" )
|
||||
| powered by #{pkg.name} #{pkg.version}
|
||||
| powered by #{pkg.name}
|
||||
|
||||
</html>
|
||||
|
@ -27,7 +27,7 @@ body
|
||||
a( href="http://browsehappy.com" ) modern browsers
|
||||
| !
|
||||
a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" )
|
||||
| powered by #{pkg.name} #{pkg.version}
|
||||
| powered by #{pkg.name}
|
||||
|
||||
div#fallback !{fallback}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user