Skip to content

Commit 3e31200

Browse files
committed
admonitions: fix missing semi-colon in CSS
1 parent f4c05e7 commit 3e31200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ a.login_large_btn:focus {
606606
background-repeat: no-repeat;
607607
background-position: 8px 8px; /* small gap around icon */
608608
/* 32 is the expected size of the icons */
609-
min-height: 32px
609+
min-height: 32px;
610610
padding: 8px 1em 8px 48px; /* 48 = 32 + 8 + 8 px */
611611
}
612612
#content div.tip { background-image: url("smileys/admon-tip.png"); }

0 commit comments

Comments
 (0)