Skip to content

Commit db7c127

Browse files
committed
Combine padding specifiers
1 parent 284137a commit db7c127

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cbmc_style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ code {
44
border-style: solid;
55
border-width: 1px;
66
border-color: LightGrey;
7-
padding-top: 1px;
8-
padding-bottom: 1px;
9-
padding-left: 4px;
10-
padding-right: 4px;
7+
padding: 1px 4px;
118
}
129

1310
h1 {

0 commit comments

Comments
 (0)