Don't show scollbars unless we need them.

master
Nick Sergeant 2012-07-30 21:13:05 -04:00
parent 5df9dd8bdc
commit 2d0caebe80
4 changed files with 5 additions and 5 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

@ -801,7 +801,7 @@ article.snipt {
font: normal 12px/16px $Consolas;
margin: 0;
min-height: 190px;
overflow-x: scroll;
overflow-x: auto;
padding: 5px;
white-space: pre;
word-wrap: normal;

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?21" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?22" />
{% 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 %}" />
@ -345,7 +345,7 @@
</div>
{% endblock %}
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?21"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?22"></script>
{% block extra-scripts %}{% endblock %}
{% block inline-js %}