Skip to content

Commit

Permalink
Add banner for uncompatible browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
florealcab committed Feb 21, 2018
1 parent 5bbcba4 commit b946b9f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
19 changes: 19 additions & 0 deletions src/dgenies/static/css/dgenies.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ body {
padding-top: 50px;
}

#main-error {
display: none;
width: 100%;
min-height: 60px;
background: #ff351a;
color: white;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

#main-error a {
color: #fff75a;
}

#main-error span.big {
font-size: 20pt;
}

#body {
max-width: 850px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/dgenies/static/css/dgenies.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b946b9f

Please sign in to comment.