Fix markdown li font size

master
Nick Sergeant 2012-08-01 15:48:26 -04:00
parent 56486df4ee
commit 0ffc67cfc2
4 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -950,7 +950,6 @@ article.snipt {
font-size: 15px;
}
li {
font-size: 13px;
line-height: 20px;
margin: 9px 0;
}

View File

@ -19,7 +19,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?25" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?26" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}" />