Browse Source

fieldset border style

Basic settings support?
pull/40/head
Michał Daniel 7 years ago
committed by GitHub
parent
commit
a2e2c5a8ea
  1. 4
      stylesheets/greybird.css

4
stylesheets/greybird.css

@ -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;

Loading…
Cancel
Save