
Modern docs! This fixes a couple of issues introduced in the previous patches and generally cleans up a lot of mess. Change-Id: Ib964c16251bce12fe498b13455ed3515ef205916 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
11 lines
135 B
CSS
11 lines
135 B
CSS
dl.toggle dt {
|
|
background-color: #eeffcc;
|
|
border: 1px solid #ac9;
|
|
display: inline;
|
|
}
|
|
|
|
dl.toggle dd {
|
|
display: none;
|
|
}
|
|
|