Skip to content

Commit 54f714b

Browse files
committed
updating some spacing and meta descriptions
1 parent 336e4b4 commit 54f714b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/theme/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<link href="theme/css/f.min.css" rel="stylesheet">
1515
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
1616
<style>
17-
.toc-indent {padding-left: 25px;}
18-
.toc-more-indent {padding-left: 37px;}
17+
.toc-indent {padding-left: 25px; padding-bottom: 1px;}
18+
.toc-more-indent {padding-left: 37px; padding-bottom: 1px;}
1919
</style>
2020
{% include "googleanalytics.html" %}
2121
</head>

source/theme/templates/table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ <h3>6. Data</h3>
171171
<div class="toc-indent">
172172
<a href="/no-sql-datastore.html">NoSQL</a>
173173
</div>
174+
<div class="toc-indent">
175+
<a href="/python-orms.html">Object-relational mappers (ORMs)</a>
176+
</div>
174177

175178

176179
<h3>7.

0 commit comments

Comments
 (0)