From c14b3300b3f80699782c766b1594e35ca7cc1d7d Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Thu, 29 Mar 2012 00:10:00 +0000 Subject: [PATCH] Remove 700px content width limitations --- www/mediawiki/skins/unlwiki/main.css | 1 - www/templates/catalog.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/www/mediawiki/skins/unlwiki/main.css b/www/mediawiki/skins/unlwiki/main.css index 6ccc41d..4522ce4 100644 --- a/www/mediawiki/skins/unlwiki/main.css +++ b/www/mediawiki/skins/unlwiki/main.css @@ -14,7 +14,6 @@ Striped down main.css - we have our own, but there are some things here that are /** UNL Specific */ #maincontent p { - max-width:700px; word-wrap:break-word;} #maincontent pre { border: 1px inset #C4C4C4; diff --git a/www/templates/catalog.css b/www/templates/catalog.css index acde687..5d41d46 100644 --- a/www/templates/catalog.css +++ b/www/templates/catalog.css @@ -91,7 +91,7 @@ div.subject a.showButton { } pre { - max-width:700px;overflow-x:auto; + overflow-x:auto; } @media print { -- GitLab