Remove LeineLab specific css from style.css
This commit is contained in:
parent
449657474b
commit
1b47aebf64
24
style.css
24
style.css
|
@ -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 {
|
div.hackerspace-room-state {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
background-color: #ffffff;
|
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 {
|
div.hackerspace-room-state .text {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-left: 0.3rem;
|
margin-left: 0.3rem;
|
||||||
|
|
Loading…
Reference in New Issue