]> code.citadel.org Git - citadel.git/commitdiff
increased the margin around the message reading boxes
authorArt Cancro <ajc@citadel.org>
Sun, 14 Nov 2021 23:28:35 +0000 (18:28 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 14 Nov 2021 23:28:35 +0000 (18:28 -0500)
webcit-ng/static/css/webcit.css

index b1b2fa461f6deacae4f60c8e5b843add83d6073b..4ed39efb865dac0a0b431601bd0a21ed533f7889 100644 (file)
@@ -16,10 +16,7 @@ html,body,h1,h2,h3,h4,h5 {
        overflow: hidden;
        border-radius: 25px;
        background-color: white;
-       margin-left: 4px;
-       margin-top: 4px;
-       margin-bottom: 4px;
-       margin-right: 4px;
+       margin: 8px;
        padding: 4px;           /* inside the box */
 }