Added “baloored” class for “noxiousness” explanation
This commit is contained in:
parent
46428670a4
commit
b773ddae1b
1 changed files with 6 additions and 1 deletions
|
@ -101,12 +101,17 @@ p {
|
|||
width: 110px;
|
||||
min-width: 110px;
|
||||
}
|
||||
.baloo {
|
||||
.baloo, .baloored {
|
||||
width: 100%;
|
||||
margin-bottom: 3px;
|
||||
padding-bottom: 3px;
|
||||
border-bottom: 1px solid grey;
|
||||
}
|
||||
.baloored {
|
||||
background-color: #DE8787;
|
||||
padding: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.good, .bad, .neut {
|
||||
padding: 1px;
|
||||
margin-bottom: 3px;
|
||||
|
|
Loading…
Reference in a new issue