stats: Don't set display to none in alert class.

The alert class is used only by one element so this style
can be applied directly to the element instead.
This commit is contained in:
Vishnu KS 2020-03-31 15:46:00 +05:30 committed by Tim Abbott
parent 905f3d2d23
commit b111fb79b7
1 changed files with 4 additions and 4 deletions

View File

@ -108,10 +108,6 @@ p {
float: right;
}
.alert {
display: none;
}
.button {
font-family: 'Source Sans Pro', 'Helvetica Neue', sans-serif !important;
border: none;
@ -185,6 +181,10 @@ p {
position: relative;
}
#id_stats_errors {
display: none;
}
#users_hover_info,
#hoverinfo {
display: none;