소스 검색

Minor edits to layout

Dave Gandy 9 년 전
부모
커밋
3ffdbaa8da
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 4
      src/cdn/error.html
  2. 4 4
      src/cdn/success.html

+ 4 - 4
src/cdn/error.html

@@ -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>

+ 4 - 4
src/cdn/success.html

@@ -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>