فهرست منبع

website: Remove unused CSS file from statusbar example.

Renée Kooi 6 سال پیش
والد
کامیت
142b5b5276
2فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 0
      website/src/examples/statusbar/app.css
  2. 0 6
      website/src/examples/statusbar/index.ejs

+ 0 - 0
website/src/examples/statusbar/app.css


+ 0 - 6
website/src/examples/statusbar/index.ejs

@@ -9,7 +9,6 @@ order: 5
 The StatusBar plugin shows detailed upload/processing progress with pause/resume/cancel buttons.
 The StatusBar plugin shows detailed upload/processing progress with pause/resume/cancel buttons.
 {% endblockquote %}
 {% endblockquote %}
 
 
-<link rel="stylesheet" href="app.css">
 <% include app.html %>
 <% include app.html %>
 <script src="app.js"></script>
 <script src="app.js"></script>
 
 
@@ -28,8 +27,3 @@ The StatusBar plugin shows detailed upload/processing progress with pause/resume
   Along with this JavaScript:
   Along with this JavaScript:
 </p>
 </p>
 {% include_code lang:js statusbar/app.es6 %}
 {% include_code lang:js statusbar/app.es6 %}
-
-<p>
-  And the following CSS:
-</p>
-{% include_code lang:css statusbar/app.css %}