fieldset border style

Basic settings support?
This commit is contained in:
Michał Daniel 2017-06-24 21:03:36 +02:00 committed by GitHub
parent b9f0e6633e
commit a2e2c5a8ea

View File

@ -324,6 +324,10 @@ tr.tblhead > th {
margin-top: 10px;
}
fieldset {
border: 1px solid gray;
}
@media screen and (max-width: 700px) {
img.banner, img.board_image {
border: 1px solid #a9a9a9;