Skip to content

Commit 49d0c38

Browse files
GuillaumeGomezjyn514
authored andcommitted
more CSS formatting fixes...
1 parent a101b2e commit 49d0c38

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
html, button, input, select, textarea,
22
.pure-g [class*="pure-u"] {
33
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
4-
color: #000; }
4+
color: #000;
5+
}
56

67
.pure-button-normal {
78
background-color: #fff;
89
box-sizing: border-box !important;
9-
border: 1px solid #ddd; }
10+
border: 1px solid #ddd;
11+
}
1012

1113
.description {
12-
font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif; }
14+
font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
15+
}
1316

1417
div.rustdoc {
1518
font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;

0 commit comments

Comments
 (0)