Skip to content

Commit bdcdbff

Browse files
committedAug 21, 2013
Customizing CSS slightly
1 parent c5bc23b commit bdcdbff

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎_static/custom.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
div.section {
2+
padding-top: 0.3em;
3+
}

‎_templates/layout.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{# Import the theme's layout. #}
2+
{% extends "!layout.html" %}
3+
4+
{# Include our new CSS file into existing ones. #}
5+
{% set css_files = css_files + ['_static/custom.css']%}
6+

0 commit comments

Comments
 (0)