]> _ Git - fluidbook-v3.git/commitdiff
wip #566 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 19 Jul 2016 16:30:34 +0000 (16:30 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 19 Jul 2016 16:30:34 +0000 (16:30 +0000)
framework/application/views/scripts/templates/texte.phtml
less/240-text.less

index 75c6de14e7f8b3705a2b555329b28886f36f4f14..444dccd02e6623132cb6be4e8f12d9d1b07c333e 100644 (file)
@@ -1,7 +1,7 @@
 <?php\r
 $this->headScript()->addScriptAndStyle('240-text');\r
 $res = $this->htmlElement('', 'div', array('class' => 'no-intro'));\r
-$c = $this->htmlElement($this->title($this->title), 'div', array('class' => 'col-2'));\r
+$c = $this->htmlElement($this->title($this->title), 'div', array('class' => 'col-6'));\r
 $c .= $this->htmlElement($this->markupDotclear($this->content), 'div', array('class' => 'col-6'));\r
 $res .= $this->htmlElement($c, 'div', array('class' => array('content-wrapper', 'grid', 'wrap')));\r
 echo $res;
\ No newline at end of file
index 4fc837f1ae3c339fafc948fa550b6a8abc66809e..8dc9ba6f4613a508f24a7606cfb0d55ecdd9cdb5 100644 (file)
@@ -11,4 +11,9 @@ h2 {
        @media @m900 {\r
                font-size: 20px;\r
        }\r
+}\r
+\r
+.content-wrapper{\r
+       max-width: 800px;\r
+       margin:0 auto;\r
 }
\ No newline at end of file