initial support for separation of content from attack in UI

This commit is contained in:
Jason White
2016-06-28 16:20:40 +02:00
parent 63398aaf6d
commit 0aa94a71e5
4 changed files with 29 additions and 12 deletions

View File

@ -925,4 +925,10 @@ cookie-container {
.help-button {
margin-right:4px;
}
/* ATTACK DISPLAY */
div.attack-container {
display:none;
}