Skip to content

Commit

Permalink
Removed bad align:center styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytmiller committed Mar 14, 2024
1 parent 3fd8bdb commit 9a01134
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,26 @@
.announce-info {
color: rgb(20, 20, 150);
font-weight: bold;
align: center;
}

.announce-notice {
color: rgb(20, 20, 150);
font-weight: bold;
align: center;
}

.announce-error {
color: red;
font-weight: bold;
align: center;
}

.announce-critical {
color: red;
font-weight: bold;
align: center;
}

.announce-warning {
color: orange;
font-weight: bold;
align: center;
}

.announce-timestamp {
Expand Down

0 comments on commit 9a01134

Please sign in to comment.