11 lines
157 B
CSS
11 lines
157 B
CSS
.statusLinkDiv {
|
|
Clear: both;
|
|
margin: 2px;
|
|
}
|
|
|
|
.statusLink {
|
|
margin: 2px;
|
|
background-color: yellow;
|
|
color: black;
|
|
font-weight: bold;
|
|
} |