changeset 305:6643112d5cc6

Make special pages wide.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 04 Oct 2014 21:01:25 -0700
parents 11d9d8ae8696
children a62188fc0ed2
files wikked/assets/css/wikked/page.less
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/assets/css/wikked/page.less	Sat Oct 04 21:01:07 2014 -0700
+++ b/wikked/assets/css/wikked/page.less	Sat Oct 04 21:01:25 2014 -0700
@@ -6,6 +6,10 @@
     margin: 0 auto;
     padding: 0 1em;
 }
+.special article {
+    max-width: 100%;
+    width: 100%;
+}
 
 // Page title decorators
 .decorator {