Private
Public Access
1
0

improve game graph design

This commit is contained in:
2016-11-07 22:39:52 +01:00
parent c2e643671b
commit d797012d51
8 changed files with 65 additions and 37 deletions

View File

@@ -1,12 +1,5 @@
{% extends '::base.html.twig' %}
{% block stylesheets %}
{% stylesheets filter='cssrewrite'
'@MineSeekerBundle/Resources/public/css/style.mineseeker.css' %}
<link rel="stylesheet" media="screen" href="{{ asset_url }}" type="text/css"/>
{% endstylesheets %}
{% endblock %}
{% block body %}
<div id="mine-wrapper"
data-env="{{ env }}"
@@ -14,6 +7,13 @@
</div>
{% endblock %}
{% block stylesheets %}
{% stylesheets filter='cssrewrite'
'@MineSeekerBundle/Resources/public/css/style.mineseeker.css' %}
<link rel="stylesheet" media="screen" href="{{ asset_url }}" type="text/css"/>
{% endstylesheets %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ ws_client() }}