X Tutup
Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit f2fd199

Browse files
committed
Another web site template update.
1 parent 03394cd commit f2fd199

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ <h2><a href="{{ site.links.faq }}"><p>FAQ</p></a></h2>
6161
<h2><a href="{{ site.links.download }}"><p>Download</p></a></h2>
6262
{% endif %}
6363

64+
{% if site.links.hide_issuetracker != true %}
6465
<h2><a href="{{ site.github.issues_url }}"><p>Issue Tracker</p></a></h2>
66+
{% endif %}
6567

6668
{% if site.links.mailinglist %}
6769
<h2><a href="{{ site.links.mailinglist }}"><p>Mailing List</p></a></h2>
@@ -97,4 +99,4 @@ <h2><a href="LICENSE"><p>License</p></a></h2>
9799
</script>
98100
{% endif %}
99101
</body>
100-
</html>
102+
</html>

assets/css/style.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,21 @@ td {
118118

119119
ul {
120120
font-size: 1em;
121+
margin-left: 12px;
122+
}
123+
124+
ol {
125+
list-style-position: inside;
126+
list-style: decimal;
127+
margin-left: 26px;
128+
}
129+
130+
blockquote {
131+
padding: 0 0 0 10px;
132+
margin-left: 14px;
133+
margin-bottom: 2px;
134+
font-size: 1em;
135+
border-left: 4px solid #ddd;
121136
}
122137

123138
#main-content h1 {

0 commit comments

Comments
 (0)
X Tutup