15 lines
237 B
CSS
15 lines
237 B
CSS
description {
|
|
line-height: 1.5em;
|
|
background-image: none;
|
|
background-color: red;
|
|
}
|
|
|
|
row.row1 {
|
|
background-image: none;
|
|
background-color: black;
|
|
}
|
|
|
|
shortcut {
|
|
background-image: none;
|
|
background-color: green;
|
|
}
|