Fixed the section titles for Webkit for good.
authorReda Lazri <the.red.shortcut@gmail.com>
Sat, 15 Nov 2014 22:25:41 +0000 (23:25 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Sat, 15 Nov 2014 22:25:41 +0000 (23:25 +0100)
givingguide.html
stylesheet.css

index 3f1f93067b282e862dafb17a15ddf7068916f164..b0b544065dddcebd51086bb7ba75a7375688394e 100755 (executable)
                <!--We compare different products from here-->
 
                        <div class="comparisons">
-                                       <div class="section_wrapper">
+                                       <section class="section_wrapper">
                                                <h3 class="main_title">Operating System: Give the gift of free, flexible, and ethical computing</h3>
 
                                                <div class="free">
 
                                                        </div>
                                                </div>
-                                       </div>
+                                       </section>
 
-                                       <br> <!-- SEPARATOR -->
 
-                                       <div class="section_wrapper">
+                                       <section class="section_wrapper">
                                                <h3 class="main_title">Operating System: Give the gift of free, flexible, and ethical computing</h3>
 
                                                <div class="free">
 
                                                        </div>
                                                </div>
-                                       </div>
+                                       </section>
 
 
-                                       <br> <!-- SEPARATOR -->
-
-                                       <div class="section_wrapper">
+                                       <section class="section_wrapper">
                                                <h3 class="main_title">Operating System: Give the gift of free, flexible, and ethical computing</h3>
 
                                                <div class="free">
 
                                                        </div>
                                                </div>
-                                       </div>
+                                       </section>
 
 
        </body>
index a52f7c6946d583165676b425190702dc223284db..947ff25cf586cf392fec451866946ba343a3b424 100755 (executable)
@@ -141,6 +141,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 .main_title {
   text-align: center;
   margin-top: 3em;
+  display: inline-block;
 }
 
 .wrapper .intro_phrase {
@@ -195,3 +196,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   float: right;
   width: 45%;
 }
+
+section {
+  padding: 3em;
+}