Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Remove line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 22, 2014
1 parent 08a62ec commit dc9a88e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
{# Add the google webfonts needed for the logo #}
{% block extrahead %}
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600' rel='stylesheet' type='text/css'>
{% if not embedded %}<script type="text/javascript" src="{{
pathto('_static/copybutton.js',
1) }}"></script>{% endif %}
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}

{% endblock %}

Expand Down

0 comments on commit dc9a88e

Please sign in to comment.