Skip to content

Commit

Permalink
fix code, explain bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 28, 2015
1 parent 32f3787 commit c67992a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
65 changes: 0 additions & 65 deletions v7/lanyon/assets/css/code.css

This file was deleted.

1 change: 1 addition & 0 deletions v7/lanyon/bundles
@@ -0,0 +1 @@
assets/css/all.css=rst.css,code.css,lanyon.css,poole.css
8 changes: 2 additions & 6 deletions v7/lanyon/templates/base_helper.tmpl
Expand Up @@ -66,21 +66,17 @@ lang="${lang}">

<%def name="html_stylesheets()">
%if use_bundles:
%if use_cdn:
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
%else:
<link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
%endif
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
%else:
<link href="/assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="/assets/css/poole.css" rel="stylesheet" type="text/css">
<link href="/assets/css/lanyon.css" rel="stylesheet" type="text/css">
<link href="/assets/css/code.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
%if has_custom_css:
<link href="/assets/css/custom.css" rel="stylesheet" type="text/css">
%endif
%endif
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
</%def>

<%def name="html_feedlinks()">
Expand Down

0 comments on commit c67992a

Please sign in to comment.