diff --git a/pylons_app/public/css/style_full.css b/pylons_app/public/css/style_full.css --- a/pylons_app/public/css/style_full.css +++ b/pylons_app/public/css/style_full.css @@ -1,3 +1,10 @@ +/* ----------------------------------------------------------- + GLOBAL WIDTH +----------------------------------------------------------- */ +#header,#content,#footer{ + min-width: 1024px; +} + /* ----------------------------------------------------------- content ----------------------------------------------------------- */ diff --git a/pylons_app/templates/admin/repos/repos.html b/pylons_app/templates/admin/repos/repos.html --- a/pylons_app/templates/admin/repos/repos.html +++ b/pylons_app/templates/admin/repos/repos.html @@ -45,7 +45,7 @@