Skip to content

Commit 386c02d

Browse files
authored
Merge pull request git-for-windows#13 from Polostor/patch-1
Update style.css
2 parents 8a849fb + cd74ad0 commit 386c02d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

css/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ a {
2222

2323
h1,
2424
h2,
25-
h3 {
25+
h3,
26+
h4 {
2627
font-weight: 300;
2728
}
2829

@@ -46,6 +47,11 @@ h3 {
4647
line-height: 1.3;
4748
}
4849

50+
h4 {
51+
font-size: 1.5em;
52+
line-height: 1.1;
53+
}
54+
4955
.content {
5056
margin-left: auto;
5157
margin-right: auto;
@@ -269,6 +275,13 @@ div.version {
269275
text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
270276
}
271277

278+
.details h4 {
279+
color: #F5F5F5;
280+
margin-bottom: 0;
281+
margin-top: 0.75em;
282+
text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
283+
}
284+
272285
.details .button {
273286
border: 1px solid #464646;
274287
background-color: #E0E0E0; /* Old browsers */

0 commit comments

Comments
 (0)