]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Minor edits to layout
authorDave Gandy <dave@davegandy.com>
Wed, 20 Apr 2016 18:37:36 +0000 (14:37 -0400)
committerDave Gandy <dave@davegandy.com>
Wed, 20 Apr 2016 18:37:36 +0000 (14:37 -0400)
src/cdn/error.html
src/cdn/success.html

index 3e4459f2d367fdb60c4a9b28367a90b77fb487dc..f08eaa67a6c3c4c2a4176018ee065e4ab590f269 100644 (file)
@@ -6,15 +6,15 @@ relative_path: ../../
 
 <div class="container">
   <div class="row">
-    <div class="col-md-8 col-md-offset-2 margin-top-lg">
-      <div class="well well-lg margin-top-xl margin-bottom-none">
+    <div class="col-md-6 col-md-offset-3 margin-top-lg">
+      <div class="well well-lg margin-top-xl margin-bottom-xl">
         <h1 class="text-danger page-header"><i class="fa fa-exclamation-triangle"></i> Oh noes!</h1>
         <p class="lead">
-          Something bad happened on our end when sending you an embed code.
+          Something bad happened on our end when sending your embed code.
           We've already been notified and are looking into it.
         </p>
 
-        <p class="lead margin-bottom-none">
+        <p class="lead">
           Hang tight for just a bit and we should have things fixed up shortly.
         </p>
       </div>
index 059a2f2dcf57a2143475614c3433064936eaaec1..6199f0b02c90b7316b76bdd78f40b1e167255218 100644 (file)
@@ -6,17 +6,17 @@ relative_path: ../../
 
 <div class="container">
   <div class="row">
-    <div class="col-md-8 col-md-offset-2 margin-top-lg">
-      <div class="well well-lg margin-top-xl margin-bottom-none">
+    <div class="col-md-6 col-md-offset-3 margin-top-lg">
+      <div class="well well-lg margin-top-xl margin-bottom-xl">
         <h1 class="text-success page-header"><i class="fa fa-envelope"></i> On the way!</h1>
         <p class="lead">
           We just sent you an email with your new Font Awesome CDN embed code and instructions
           for what to do next!
         </p>
 
-        <div class="text-muted">
+        <p class="lead text-muted">
           If you don't see the email, maybe check your spam.
-        </div>
+        </p>
       </div>
 
     </div>