static: style: drop arial font for the banner
For some reason the banner had hardcoded Arial font. Drop so that we inherit our global Ubuntu font set on the <body>. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
parent
64c9fa5248
commit
dda5c9ff5c
1 changed files with 0 additions and 2 deletions
|
|
@ -1278,7 +1278,6 @@ main {
|
|||
-moz-box-shadow: -2px 0px 15px 1px rgba(0,0,0,0.69);
|
||||
box-shadow: -2px 0px 15px 1px rgba(0,0,0,0.69);
|
||||
font-size: 14;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
width: 215px;
|
||||
height: 120px;
|
||||
|
|
@ -1340,7 +1339,6 @@ main {
|
|||
text-align: center;
|
||||
background: #757575;
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
}
|
||||
.message-banner .title {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue