adding css hidden class

This commit is contained in:
vv01f 2015-11-19 22:39:44 +01:00
parent 371fb821f0
commit e064b6ea43
1 changed files with 3 additions and 0 deletions

View File

@ -907,3 +907,6 @@ p.center {
.lightbox button.red {
background-color: #c22;
}
.hidden {
display: none;
}