Updated layout
authorThierry Florac <thierry.florac@onf.fr>
Fri, 20 Jul 2018 11:07:45 +0200
changeset 112 7521386577af
parent 111 0a71298d125a
child 113 ca0bd32ae2f1
Updated layout
src/pyams_default_theme/templates/layout.pt
src/pyams_default_theme/templates/preview-layout.pt
--- a/src/pyams_default_theme/templates/layout.pt	Fri Jul 20 10:13:00 2018 +0200
+++ b/src/pyams_default_theme/templates/layout.pt	Fri Jul 20 11:07:45 2018 +0200
@@ -32,7 +32,7 @@
 		<div id="main" class="no-margin" role="main">
 
 			<!-- Content -->
-			<div id="content" style="opacity: 1;">
+			<div id="content" class="container" style="opacity: 1;">
 				<!--[if lt IE 9]>
 				<h1 i18n:translate="">Your browser is too old. Please install version 9 or higher of Internet Explorer.</h1>
 				<![endif]-->
--- a/src/pyams_default_theme/templates/preview-layout.pt	Fri Jul 20 10:13:00 2018 +0200
+++ b/src/pyams_default_theme/templates/preview-layout.pt	Fri Jul 20 11:07:45 2018 +0200
@@ -29,7 +29,7 @@
 		<div id="main" class="no-margin" role="main">
 
 			<!-- Content -->
-			<div id="content" style="opacity: 1;">
+			<div id="content" class="container" style="opacity: 1;">
 				<!--[if lt IE 9]>
 				<h1 i18n:translate="">Your browser is too old. Please install version 9 or higher of Internet Explorer.</h1>
 				<![endif]-->