Skip to content

Commit a6d804e

Browse files
committed
Browsers do not consistently handle non-integer values for font-size.
1 parent d37e54b commit a6d804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rust.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ em {
159159

160160
footer {
161161
border-top: 1px solid #ddd;
162-
font-size: 14.3px;
162+
font-size: 14px;
163163
font-style: italic;
164164
padding-top: 5px;
165165
margin-top: 3em;

0 commit comments

Comments
 (0)