Removed extra ;

This commit is contained in:
Gareth Williams 2018-10-03 01:12:32 +01:00 committed by GitHub
parent 9063761dd1
commit bd14c822e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ html, body {
#layout_container {
display: flex;
height: calc(100% - 60px);;
height: calc(100% - 60px);
}
#selected_infoblock {