Skip to content

Commit

Permalink
Link form.css after bootstrap so that we can override bootstrap values
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Oct 6, 2013
1 parent 7cf4ea7 commit c549bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deformdemo/templates/main.pt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<link rel="stylesheet"
href="${request.resource_url(request.root, 'pygments.css', route_name='deformdemo')}"
type="text/css"/>
<link rel="stylesheet"
href="${request.static_url('deform:static/css/form.css')}"
type="text/css"/>

<style type="text/css">
.linenodiv pre {
Expand All @@ -28,6 +25,9 @@
<link rel="stylesheet"
href="${request.static_url('deform:static/css/bootstrap.min.css')}"
type="text/css" media="screen" charset="utf-8"/>
<link rel="stylesheet"
href="${request.static_url('deform:static/css/form.css')}"
type="text/css"/>
<tal:block repeat="reqt css_links|[]">
<link rel="stylesheet" href="${request.static_url(reqt)}" type="text/css" />
</tal:block>
Expand Down

0 comments on commit c549bb6

Please sign in to comment.