Improved banner CSS

This commit is contained in:
n1474335 2017-07-03 15:18:47 +00:00
parent 8eb7d65b74
commit 61c799447b
2 changed files with 27 additions and 23 deletions

View file

@ -10,19 +10,15 @@
position: absolute;
height: 30px;
width: 100%;
text-align: center;
line-height: 30px;
border-bottom: 1px solid var(--primary-border-colour);
color: var(--banner-font-colour);
background-color: var(--banner-bg-colour);
}
.banner-right {
float: right;
margin-right: 10px;
}
#banner img {
margin-bottom: 2px;
margin-left: 8px;
padding-right: 10px;
}