From a2e2c5a8eab1f07c266b7cc78e3e3f2588f4b005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Daniel?= Date: Sat, 24 Jun 2017 21:03:36 +0200 Subject: [PATCH] fieldset border style Basic settings support? --- stylesheets/greybird.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/greybird.css b/stylesheets/greybird.css index 97006bb6..a9963e36 100644 --- a/stylesheets/greybird.css +++ b/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;