]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.bs-docs-header to .bs-header
authorMark Otto <otto@github.com>
Thu, 9 May 2013 05:51:44 +0000 (22:51 -0700)
committerMark Otto <otto@github.com>
Thu, 9 May 2013 05:51:44 +0000 (22:51 -0700)
docs/_layouts/default.html
docs/assets/css/docs.css

index bc9794c5bc3c56b14f958e35dbf149a34bad8102..0a73d15b2e4890f5cd35dcffeed90e620a11ec73 100644 (file)
@@ -11,7 +11,7 @@
     {% include nav-main.html %}
 
     <!-- Docs page layout -->
-    <div class="bs-docs-header">
+    <div class="bs-header">
       <div class="container">
         <h1>{{ page.title }}</h1>
         <p>{{ page.lead }}</p>
index 50c600c127fc6fe0e003d9c9ba4fc12cff3e553f..ebe87be886ecf4d54bbf342bd299b8ce837e615f 100644 (file)
@@ -89,17 +89,17 @@ body {
 -------------------------------------------------- */
 
 /* Page headers */
-.bs-docs-header {
+.bs-header {
   padding: 30px 30px 40px;
   font-size: 16px;
   color: #5a5a5a;
   text-align: center;
   border-bottom: 1px solid #ddd;
 }
-.bs-docs-header h1 {
+.bs-header h1 {
   color: #b94a48;
 }
-.bs-docs-header p {
+.bs-header p {
   font-weight: 300;
   line-height: 1.5;
 }
@@ -668,11 +668,11 @@ input.focused {
     bottom: 15px;
   }
 
-  .bs-docs-header {
+  .bs-header {
     font-size: 21px;
     text-align: left;
   }
-  .bs-docs-header h1 {
+  .bs-header h1 {
     font-size: 60px;
     line-height: 1;
   }