Remove unneeded layout

pull/304/head
danroth27 2015-06-12 11:52:09 -07:00
parent 0662db78c8
commit 89718fe4d0
2 changed files with 0 additions and 17 deletions

View File

@ -1,5 +0,0 @@
{# layout.html #}
{# Import the theme's layout. #}
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/custom.css'] %}

View File

@ -1,15 +1,3 @@
div.author {
min-height:150px;
}
div.photo {
width: 125px;
float: left;
padding: 5px;
}
div.bio {
margin-left:10px;
}
code.std-keyword {
background-color: #EEEEEE;
color: black;