Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit a556a5e

Browse files
committed
Merge pull request #552 from abejfehr/patch-1
Remove double semicolon from CSS rule
2 parents 369ed49 + 8a05237 commit a556a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/assets/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
font-size: 14px;
88
color:#333;
99
}
10-
.small { font-size: 12px;; }
10+
.small { font-size: 12px; }
1111
*, *:after, *:before {
1212
-webkit-box-sizing:border-box;
1313
-moz-box-sizing:border-box;

0 commit comments

Comments
 (0)