Minor changes in fallback mode.

This commit is contained in:
Lars Jung 2015-03-31 03:03:26 +02:00
parent f857ae3841
commit 469e8185e2
4 changed files with 9 additions and 9 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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}