layout of page improved and ordered ranking (#903)

This commit is contained in:
René Zubcevic
2020-11-27 13:58:58 +01:00
committed by GitHub
parent 574039902d
commit 6bee0f3fa6
4 changed files with 36 additions and 21 deletions

View File

@ -1185,7 +1185,7 @@ div.scoreboard-username {
color: aliceblue;
padding: 4px;
padding-left: 8px;
font-size: x-large;
font-size: medium;
border-radius: 6px;
}
@ -1203,7 +1203,7 @@ div.captured-flag {
background-color: #444;
color: white;
padding: 4px;
font-size: x-large;
font-size: medium;
display: inline-block;
}
@ -1216,13 +1216,6 @@ div.captured-flag {
color: red
}
.appseceu-banner {
background: url('img/owasp_logo.jpg') no-repeat 0px 0px;
height: 117px;
width: 1268px;
margin-bottom: 20px;
}
#content {
position: relative;
}