Remove unneeded layout
parent
0662db78c8
commit
89718fe4d0
|
@ -1,5 +0,0 @@
|
|||
{# layout.html #}
|
||||
{# Import the theme's layout. #}
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% set css_files = css_files + ['_static/custom.css'] %}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue