Remove LeineLab specific css from style.css

This commit is contained in:
Nik 2021-02-18 06:46:54 +01:00
parent 449657474b
commit 1b47aebf64
1 changed files with 1 additions and 25 deletions

View File

@ -1,22 +1,3 @@
/*.ample {
display: block;
width: 200px;
height: 100px;
font-size: 24px;
font-weight: bold;
padding: 5px;
}
.available {
background-color: green;
color: white;
}
.not-available {
background-color: red;
color: white;
}*/
div.hackerspace-room-state {
border: 1px solid #cccccc;
background-color: #ffffff;
@ -27,11 +8,6 @@ div.hackerspace-room-state h3 {
}
div.leinelab-state img.icon {
display: inline;
width: 180px;
}
div.hackerspace-room-state .text {
display: inline;
margin-left: 0.3rem;
@ -40,4 +16,4 @@ div.hackerspace-room-state .text {
div.hackerspace-room-state hr {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
}