mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-25 22:49:12 -05:00
14 lines
239 B
CSS
14 lines
239 B
CSS
@import url("default.css");
|
|
|
|
div.admonition-note {
|
|
border-top: 2px solid red;
|
|
border-bottom: 2px solid red;
|
|
border-left: 2px solid red;
|
|
border-right: 2px solid red;
|
|
background-color: #ff6347
|
|
}
|
|
|
|
img {
|
|
border: 1px solid black !important;
|
|
}
|