Skip to content

Commit 2523188

Browse files
committed
css: make "Language Bindings" header more consistent
The "Language Bindings" header shares its current style with its contained links, which looks kind of weird. Make it an <h4> tag instead to differentiate it from its children and style it independently.
1 parent 3212628 commit 2523188

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

css/libgit2.css

Lines changed: 7 additions & 0 deletions
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);

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h5>Trusted and used in production by</h5>
5252
</section>
5353
</div>
5454
<aside class='sidebar'>
55-
<h5>Language Bindings</h5>
55+
<h4>Language Bindings</h4>
5656
<ul id='primary-languages'>
5757
<li id='rugged'>
5858
<img src="images/libgit2/logo-ruby@2x.png" width="40" height="40" />

0 commit comments

Comments
 (0)