Browse Source

Encode ellipsis character in _app.scss

Fixes #17.
Thibaut 12 years ago
parent
commit
6ccfb396e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/stylesheets/components/_app.scss

+ 1 - 1
assets/stylesheets/components/_app.scss

@@ -19,7 +19,7 @@
   &._loading { opacity: 1; }
 
   &:before {
-    content: 'Loading';
+    content: 'Loading\2026';
     position: absolute;
     top: 50%;
     left: 0;