Ver código fonte

update blueprint asset reference

Thomas 14 anos atrás
pai
commit
bc141573c2
1 arquivos alterados com 5 adições e 7 exclusões
  1. 5 7
      Resources/views/standard_layout.twig

+ 5 - 7
Resources/views/standard_layout.twig

@@ -19,13 +19,10 @@ file that was distributed with this source code.
         <script src="/bundles/jquery/jquery-ui-1.8.6.custom.js" type="text/javascript"></script>
         <script src="/bundles/jquery/jquery-ui-i18n.js" type="text/javascript"></script>
 
-        <!-- page code -->
-        <link rel="stylesheet" href="/bundles/page/blueprint/screen.css" type="text/css" media="screen, projection">
-        <link rel="stylesheet" href="/bundles/page/blueprint/print.css" type="text/css" media="print">
-        <!--[if lt IE 8]><link rel="stylesheet" href="/bundles/page/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
-
-        <script src="/bundles/page/page.js" type="text/javascript"></script>
-        <link rel="stylesheet" href="/bundles/page/page.css" type="text/css" media="all">
+        <!-- blueprint code -->
+        <link rel="stylesheet" href="/bundles/blueprint/screen.css" type="text/css" media="screen, projection">
+        <link rel="stylesheet" href="/bundles/blueprint/print.css" type="text/css" media="print">
+        <!--[if lt IE 8]><link rel="stylesheet" href="/bundles/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
 
         <!-- base application asset -->
         <link rel="stylesheet" href="/bundles/baseapplication/css/layout.css" type="text/css" media="all">
@@ -57,6 +54,7 @@ file that was distributed with this source code.
                 <h1>{% block title %}{% endblock %}</h1>
             </div>
             <div class="span-24 last content clear">
+
                 <div class="sonata-ba-content">
                     {% block content %}{% endblock %}
                 </div>