Browse Source

Fix error page css

Thibaut 10 years ago
parent
commit
175c982026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/stylesheets/components/_page.scss

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

@@ -5,7 +5,7 @@
 ._page {
   position: relative;
 
-  ._page-error { position: static; }
+  &._page-error { position: static; }
 
   > h1 { @extend ._lined-heading; }
   > h1:first-child { margin-top: 0; }