Skip to content

Commit 81219b5

Browse files
authored
Merge pull request libgit2#81 from libgit2/pks/css-fixups
CSS fixups
2 parents 30d9095 + 2523188 commit 81219b5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: css/libgit2.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,13 @@ aside.sidebar p {
908908
line-height: 16.5px;
909909
}
910910

911+
aside.sidebar h4 {
912+
color: #847d75;
913+
font-size: 14px;
914+
font-weight: bold;
915+
margin-bottom: 0.75em;
916+
}
917+
911918
aside.sidebar .callout, aside.sidebar .bottom-nav, aside.sidebar #logo-license {
912919
background-color: #ebe9e1;
913920
background-color: rgba(223, 221, 213, 0.33);
@@ -1579,7 +1586,7 @@ header a.button h3 {
15791586
}
15801587

15811588

1582-
#sidebar {
1589+
.sidebar {
15831590
float: right;
15841591
width: 300px;
15851592
}

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ <h5>Trusted and used in production by</h5>
5151
</div>
5252
</section>
5353
</div>
54-
<aside id='sidebar'>
55-
<h5>Language Bindings</h5>
54+
<aside class='sidebar'>
55+
<h4>Language Bindings</h4>
5656
<ul id='primary-languages'>
5757
<li id='rugged'>
5858
<img src="images/libgit2/[email protected]" width="40" height="40" />

0 commit comments

Comments
 (0)