[IMP] better snippets
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 24 Dec 2013 13:12:01 +0000 (14:12 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 24 Dec 2013 13:12:01 +0000 (14:12 +0100)
bzr revid: fp@tinyerp.com-20131224131201-f1wplq1g324g3y2q

addons/website/views/snippets.xml

index 9e8779b..b9cb093 100644 (file)
         <section class="oe_snippet_body mt16 mb16">
             <div class="container">
                 <div class="row">
-                    <div class="col-md-12 text-center mt16 mb16">
-                        <h2>A Great Title</h2>
-                        <h3 class="text-muted">And a good subtitle</h3>
-                    </div>
-                    <div class="col-md-4">
-                        <img class="img img-rounded img-responsive" src="/website/static/src/img/china_thumb.jpg"/>
-                        <h4 class="mt16">Feature One</h4>
-                        <p>
-                            Delete the above image or replace it with a picture
-                            that illustrates your message. Click on the picture to
-                            change it's <em>rounded corner</em> style.
-                        </p>
-                    </div>
                     <div class="col-md-4">
                         <img class="img img-rounded img-responsive" src="/website/static/src/img/desert_thumb.jpg"/>
-                        <h4 class="mt16">Feature Two</h4>
+                        <h4 class="mt16">Feature One</h4>
                         <p>
                             Adapt these three columns to fit you design need.
-                            Easily duplicate, delete or move columns by
-                            clicking on it and using the top icons.
+                            To duplicate, delete or move columns, select the
+                            column and use the top icons to perform your action.
                         </p>
                     </div>
                     <div class="col-md-4">
                         <img class="img img-rounded img-responsive" src="/website/static/src/img/deers_thumb.jpg"/>
-                        <h4 class="mt16">Feature Three</h4>
+                        <h4 class="mt16">Feature Two</h4>
                         <p>
                             To add a fourth column, reduce the size of these
                             three columns using the right icon of each block.
                             one as a copy.
                         </p>
                     </div>
+                    <div class="col-md-4">
+                        <img class="img img-rounded img-responsive" src="/website/static/src/img/china_thumb.jpg"/>
+                        <h4 class="mt16">Feature Three</h4>
+                        <p>
+                            Delete the above image or replace it with a picture
+                            that illustrates your message. Click on the picture to
+                            change it's <em>rounded corner</em> style.
+                        </p>
+                    </div>
                 </div>
             </div>
         </section>