mirror of
https://github.com/webmin/webmin.git
synced 2026-02-06 23:42:21 +00:00
8 lines
168 B
CSS
8 lines
168 B
CSS
body blockquote:not([style*="border-left"]) {
|
|
border-left: 1px solid #ccc;
|
|
margin-left: 6px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding-left: 12px;
|
|
}
|