mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-11 02:16:44 -04:00
12 lines
232 B
CSS
12 lines
232 B
CSS
img {
|
|
border: 1px solid black !important;
|
|
}
|
|
|
|
.admonition-todo {
|
|
border-top: 2px solid red;
|
|
border-bottom: 2px solid red;
|
|
border-left: 2px solid red;
|
|
border-right: 2px solid red;
|
|
background-color: #ff6347 !important;
|
|
}
|