Browse Source

simplifying page lead

davegandy 12 years ago
parent
commit
ec4a665ffc

+ 2 - 4
build/_includes/examples.html

@@ -1,14 +1,12 @@
 <section id="examples">
 <section id="examples">
-<div class="row">
+<div class="row stripe-ad">
   <div class="span8">
   <div class="span8">
-    <h2 class="page-header">Examples</h2>
-    <p>
+    <p class="lead">
       After you get <a href="{{ site.baseurl }}integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag.
       After you get <a href="{{ site.baseurl }}integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag.
       Many examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
       Many examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
     </p>
     </p>
   </div>
   </div>
   <div class="span4">
   <div class="span4">
-    <br>
     {% include ads/carbon-light-horizontal.html %}
     {% include ads/carbon-light-horizontal.html %}
   </div>
   </div>
 </div>
 </div>

+ 2 - 4
build/_includes/whats-new.html

@@ -1,14 +1,12 @@
 <section id="whats-new">
 <section id="whats-new">
-  <div class="row">
+  <div class="row stripe-ad">
     <div class="span8">
     <div class="span8">
-      <h2 class="page-header">New Features</h2>
-      <p>
+      <p class="lead">
         We're always making Font Awesome a little awesome-er. Have some ideas for new features? Head on over to the
         We're always making Font Awesome a little awesome-er. Have some ideas for new features? Head on over to the
         <a href="{{ site.font-awesome.github.url }}">Font Awesome GitHub project</a>.
         <a href="{{ site.font-awesome.github.url }}">Font Awesome GitHub project</a>.
       </p>
       </p>
     </div>
     </div>
     <div class="span4">
     <div class="span4">
-      <br>
       {% include ads/carbon-light-horizontal.html %}
       {% include ads/carbon-light-horizontal.html %}
     </div>
     </div>
   </div>
   </div>

+ 2 - 2
build/assets/css/site.css

@@ -5652,10 +5652,10 @@ h6 {
   height: 219px;
   height: 219px;
   margin-left: 15px;
   margin-left: 15px;
 }
 }
-.index-ad {
+.stripe-ad {
   margin-bottom: 22px;
   margin-bottom: 22px;
 }
 }
-.index-ad .lead {
+.stripe-ad .lead {
   margin-top: 10px;
   margin-top: 10px;
   margin-right: 30px;
   margin-right: 30px;
 }
 }

+ 1 - 1
build/assets/less/site.less

@@ -170,7 +170,7 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
   margin-left: 15px;
   margin-left: 15px;
 }
 }
 
 
-.index-ad {
+.stripe-ad {
   margin-bottom: 22px;
   margin-bottom: 22px;
   .lead {
   .lead {
     margin-top: 10px;
     margin-top: 10px;

+ 1 - 1
build/index.html

@@ -9,7 +9,7 @@ navbar_active: home
 
 
 <div class="container">
 <div class="container">
   <section>
   <section>
-    <div class="row index-ad">
+    <div class="row stripe-ad">
       <div class="span8">
       <div class="span8">
         <div class="lead">
         <div class="lead">
           Font Awesome gives you scalable vector icons that can instantly be customized &mdash; size, color, drop shadow,
           Font Awesome gives you scalable vector icons that can instantly be customized &mdash; size, color, drop shadow,