Fix Pro headings again.

master
Nick Sergeant 2013-04-10 11:45:50 -04:00
parent 7cbf1213af
commit 02342344d7
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/themes.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?25" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?26" />
{% endif %}
<link rel="shortcut icon" href="/static/img/blog-favicon.ico" >

File diff suppressed because one or more lines are too long

View File

@ -433,7 +433,7 @@ article {
div.markdown {
h1, h2, h3, h4, h5, h6 {
border-top: 1px dashed #CCC;
margin-bottom: 30px;
margin-bottom: 20px;
padding-top: 30px;
position: relative;

File diff suppressed because one or more lines are too long