Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bfbedb

Browse files
committed
fix styling on doc sidebar
1 parente229ab8 commit2bfbedb

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

‎_includes/docs/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% for doc in site.categories[include.category] reversed %}
99
<li>
1010
<ahref="#{{ doc.link }}"class="smooth">
11-
<h5>{{ doc.title }}</h5>
11+
<h5>{{forloop.index}}. {{ doc.title }}</h5>
1212
</a>
1313
</li>
1414
{% endfor %}

‎_sass/_docs.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
.doc-contents {
2-
// padding: 10px 50px;
3-
// background-color: rgba(27,43,52, 0.05);
4-
border-radius:3px;
5-
margin:0;
62
max-width:400px;
73
list-style:none;
8-
margin-left:50px;
94
}
105

116
.doc-image {
@@ -20,5 +15,6 @@
2015
@media (min-width:850px) {
2116
.doc-contents {
2217
font-size:0.9em;
18+
margin-left:50px;
2319
}
2420
}

‎dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp