]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix comments up for non minified built file
authorJacob Thornton <jacobthornton@gmail.com>
Wed, 29 Jun 2011 22:40:52 +0000 (15:40 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Wed, 29 Jun 2011 22:40:52 +0000 (15:40 -0700)
bootstrap-1.0.0.css
lib/bootstrap.less
lib/forms.less
lib/patterns.less
lib/preboot.less
lib/reset.less
lib/scaffolding.less
lib/tables.less
lib/type.less

index c7c53f17e195b25e06f3666dbe842cace6163212..7c2644cc1db8cb5daaf53ffa0f5bf05765967214 100644 (file)
@@ -1,16 +1,17 @@
-/*
- * Master Stylesheet
- * This file is only for importing all required stylesheets for LESS to include and then compile.
- * 
+/*!=========================================================
+ * Bookstrap v0.0.1
+ *
  * Copyright 2011 Twitter, Inc
- * Open-sourced under Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
+ * Open-sourced under Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built @twitter by @mdo and @fat, like bosses.
- */
-/*
- * Reset.less
- * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
- */
+ * ========================================================== */
+/* Reset.less
+ * Props to Eric Meyer (meyerweb.com) for his CSS reset file.
+ * We're using an adapted version here that cuts out some of
+ * the reset HTML elements we will never need here (dfn, samp, etc).
+ * ----------------------------------------------------------------- */
 html, body {
   margin: 0;
   padding: 0;
@@ -92,16 +93,9 @@ article,
 aside {
   display: block;
 }
-/*
- * Preboot.less
+/* Preboot.less
  * Variables and mixins to pre-ignite any new web development project
- */
-/* Variables
--------------------------------------------------- */
-/* Color Scheme
--------------------------------------------------- */
-/* Mixins
--------------------------------------------------- */
+ * ------------------------------------------------------------------ */
 .clearfix {
   zoom: 1;
 }
@@ -128,12 +122,9 @@ aside {
   clear: both;
   content: ".";
 }
-/*
- * Scaffolding
+/* Scaffolding.less
  * Basic and global styles for generating a grid system, structural layout, and page templates
- */
-/* Baseline Grid System
--------------------------------------------------- */
+ * ------------------------------------------------------------------------------------------- */
 div.row {
   zoom: 1;
 }
@@ -272,8 +263,6 @@ div.row div.span16 {
 div.row div.span16:first-child {
   margin-left: 0;
 }
-/* Structural Layout
--------------------------------------------------- */
 html, body {
   background-color: #fff;
 }
@@ -310,8 +299,6 @@ div.container-fluid div.content {
   max-width: 1180px;
   margin-left: 240px;
 }
-/* Base Styles
--------------------------------------------------- */
 a {
   color: #0069d6;
   text-decoration: none;
@@ -407,12 +394,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
   padding: 0;
   border: 0;
 }
-/*
- * Typography.less
+/* Typography.less
  * Headings, body text, lists, code, and more for a versatile and durable typography system
- */
-/* Body text
--------------------------------------------------- */
+ * ---------------------------------------------------------------------------------------- */
 p {
   font-size: 13px;
   font-weight: normal;
@@ -423,8 +407,6 @@ p small {
   font-size: 12px;
   color: #b3b3b3;
 }
-/* Headings
--------------------------------------------------- */
 h1,
 h2,
 h3,
@@ -483,8 +465,6 @@ h6 {
   color: #b3b3b3;
   text-transform: uppercase;
 }
-/* Colors
--------------------------------------------------- */
 ul, ol {
   margin: 0 0 18px 25px;
 }
@@ -520,8 +500,6 @@ dl dt {
 dl dd {
   margin-left: 9px;
 }
-/* Misc
--------------------------------------------------- */
 hr {
   margin: 0 0 19px;
   border: 0;
@@ -592,12 +570,9 @@ pre {
   border-radius: 3px;
   white-space: pre-wrap;
 }
-/*
- * Forms.less
+/* Forms.less
  * Base styles for various input types, form layouts, and states
- */
-/* Global form styles
--------------------------------------------------- */
+ * ------------------------------------------------------------- */
 form {
   margin-bottom: 18px;
 }
@@ -915,12 +890,9 @@ form.form-stacked ul.inputs-list li label {
   font-weight: normal;
   padding-top: 0;
 }
-/*
- * Tables.less
+/* Tables.less
  * Tables for, you guessed it, tabular data
- */
-/* Baseline styles
--------------------------------------------------- */
+ * ---------------------------------------- */
 table {
   width: 100%;
   margin-bottom: 18px;
@@ -940,8 +912,6 @@ table th {
   font-weight: bold;
   border-bottom-width: 2px;
 }
-/* Zebra-striping
--------------------------------------------------- */
 table.zebra-striped tbody tr:nth-child(odd) td {
   background-color: #f5f5f5;
 }
@@ -1018,12 +988,9 @@ table.zebra-striped th.purple {
 table.zebra-striped th.headerSortUp.purple, table.zebra-striped th.headerSortDown.purple {
   background-color: #e2d5f0;
 }
-/*
- * Patterns.less
+/* Patterns.less
  * Repeatable UI elements outside the base styles provided from the scaffolding
- */
-/* Top bar
--------------------------------------------------- */
+ * ---------------------------------------------------------------------------- */
 div.topbar {
   background-color: #222222;
   background-repeat: repeat-x;
@@ -1271,8 +1238,6 @@ div.topbar ul li ul li span {
   color: #808080;
   border-top: 1px solid rgba(0, 0, 0, 0.2);
 }
-/* Page Headers
--------------------------------------------------- */
 div.page-header {
   margin-bottom: 17px;
   border-bottom: 1px solid #ddd;
@@ -1283,8 +1248,6 @@ div.page-header {
 div.page-header h1 {
   margin-bottom: 8px;
 }
-/* Error Styles
--------------------------------------------------- */
 div.alert-message {
   background-color: rgba(0, 0, 0, 0.15);
   background-repeat: repeat-x;
@@ -1404,8 +1367,6 @@ div.block-message.info {
   background: #eaf9ff;
   border: 1px solid #d1f1fe;
 }
-/* Navigation
--------------------------------------------------- */
 ul.tabs, ul.pills {
   margin: 0 0 20px;
   padding: 0;
@@ -1469,8 +1430,6 @@ ul.pills li.active a {
   color: #fff;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
 }
-/* Pagination
--------------------------------------------------- */
 div.pagination {
   height: 36px;
   margin: 18px 0;
@@ -1506,8 +1465,6 @@ div.pagination ul li.disabled a, div.pagination ul li.disabled a:hover {
 div.pagination ul li.next a, div.pagination ul li:last-child a {
   border: 0;
 }
-/* Wells
--------------------------------------------------- */
 div.well {
   background: #f5f5f5;
   margin-bottom: 20px;
@@ -1521,8 +1478,6 @@ div.well {
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 }
-/* Modals
--------------------------------------------------- */
 div.modal-backdrop {
   background-color: rgba(0, 0, 0, 0.5);
   position: fixed;
index e0a619468ec33e182d875b187cfc4f48ca721fc1..7aef916e09e8ad7e15baf5d146375aa67adeec79 100644 (file)
@@ -1,13 +1,12 @@
-/*
- * Master Stylesheet
- * This file is only for importing all required stylesheets for LESS to include and then compile.
- * 
+/*!=========================================================
+ * Bookstrap v0.0.1
+ *
  * Copyright 2011 Twitter, Inc
- * Open-sourced under Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
+ * Open-sourced under Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built @twitter by @mdo and @fat, like bosses.
- */
-
+ * ========================================================== */
 
 // CSS Reset
 @import "reset.less";
index 275ada2ea21010e7358268f20d5a6e352fd89532..ec6338676d51e8f4fa6a7aa78f60741ea2bbf331 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * Forms.less
+/* Forms.less
  * Base styles for various input types, form layouts, and states
- */
+ * ------------------------------------------------------------- */
 
-
-/* Global form styles
--------------------------------------------------- */
+// Global form styles
+// ------------------
 
 form {
   margin-bottom: @baseline;
index 80e19b22fb9c6da83f257a245e8485e891bafafd..d2c781c0b921100a51d53c0b11678f073b542432 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * Patterns.less
+/* Patterns.less
  * Repeatable UI elements outside the base styles provided from the scaffolding
- */
+ * ---------------------------------------------------------------------------- */
 
-
-/* Top bar
--------------------------------------------------- */
+// Topbar
+// ------
 
 // Topbar for Branding and Nav
 div.topbar {
@@ -230,8 +228,8 @@ div.topbar {
   }
 }
 
-/* Page Headers
--------------------------------------------------- */
+// Page Headers
+// ------------
 
 div.page-header {
   margin-bottom: @baseline - 1;
@@ -243,8 +241,8 @@ div.page-header {
 }
 
 
-/* Error Styles
--------------------------------------------------- */
+// Error Styles
+// ------------
 
 // One-liner alert bars
 div.alert-message {
@@ -336,8 +334,8 @@ div.block-message {
 }
 
 
-/* Navigation
--------------------------------------------------- */
+// Navigation
+// ----------
 
 // Common tab and pill styles
 ul.tabs,
@@ -403,8 +401,8 @@ ul.pills {
 }
 
 
-/* Pagination
--------------------------------------------------- */
+// Pagination
+// --------------------------------------------------
 
 div.pagination {
   height: @baseline * 2;
@@ -442,8 +440,8 @@ div.pagination {
 }
 
 
-/* Wells
--------------------------------------------------- */
+// Wells
+// -----
 
 div.well {
   background: #f5f5f5;
@@ -456,8 +454,8 @@ div.well {
 }
 
 
-/* Modals
--------------------------------------------------- */
+// Modals
+// ------
 
 div.modal-backdrop {
   background-color: rgba(0,0,0,.5);
index 91f751eccc5936922ea01420d45a14432b63475d..7347203c541d8a9d785cf3d677bbdb74b5a59e00 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * Preboot.less
+/* Preboot.less
  * Variables and mixins to pre-ignite any new web development project
- */
+ * ------------------------------------------------------------------ */
 
-
-/* Variables
--------------------------------------------------- */
+// Variables
+// ---------
 
 // Links
 @linkColor:         #0069d6;
@@ -40,8 +38,8 @@
 @siteWidth:         (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
 
 
-/* Color Scheme
--------------------------------------------------- */
+// Color Scheme
+// ------------
 
 @baseColor:         @blue;                  // Set a base color
 @complement:        spin(@baseColor, 180);  // Determine a complementary color
@@ -55,8 +53,8 @@
 @analog2:           spin(@baseColor, -22);
 
 
-/* Mixins
--------------------------------------------------- */
+// Mixins
+// ------
 
 // Clearfix for clearing floats like a boss
 .clearfix {
index 0a3901b4de7522b99285c64670361d858299a2a9..7cb64282468281e55e9aa7fbb87defb26cdf8236 100644 (file)
@@ -1,7 +1,8 @@
-/*
- * Reset.less
- * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
- */
+/* Reset.less
+ * Props to Eric Meyer (meyerweb.com) for his CSS reset file.
+ * We're using an adapted version here that cuts out some of
+ * the reset HTML elements we will never need here (dfn, samp, etc).
+ * ----------------------------------------------------------------- */
 
 // Eric Meyer reset
 html, body { margin: 0; padding: 0; }
index f279fe14100e88ef22e410436ffb50693a9c5df5..e574ad14f9f0d8ad10319508ab60eeb1e639ffb9 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Scaffolding
+/* Scaffolding.less
  * Basic and global styles for generating a grid system, structural layout, and page templates
- */
+ * ------------------------------------------------------------------------------------------- */
 
-/* Baseline Grid System
--------------------------------------------------- */
+// Baseline Grid System
+// --------------------
 
 div.row {
   .clearfix();
@@ -27,8 +26,8 @@ div.row {
 }
 
 
-/* Structural Layout
--------------------------------------------------- */
+// Structural Layout
+// -----------------
 
 html, body {
   background-color: #fff;
@@ -62,8 +61,8 @@ div.container-fluid {
 }
 
 
-/* Base Styles
--------------------------------------------------- */
+// Base Styles
+// -----------
 
 // Links
 a {
index 9a23c42d65e52639dc6b4793fc73d6db4d7d63dc..3bbb3aa070f67ac5dd32e673a09843591f965824 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * Tables.less
+/* Tables.less
  * Tables for, you guessed it, tabular data
- */
+ * ---------------------------------------- */
 
-
-/* Baseline styles
--------------------------------------------------- */
+// Baseline styles
+// ---------------
 
 table {
   width: 100%;
@@ -27,9 +25,8 @@ table {
   }
 }
 
-
-/* Zebra-striping
--------------------------------------------------- */
+// Zebra-striping
+// --------------
 
 // Default zebra-stripe styles (alternating gray and transparent backgrounds)
 table.zebra-striped {
index 99628f2819989ab1bd42bfbd7bf19b5db80751e7..e19c51ab91834f0d0cccef4efca3c5afce4ef5ff 100644 (file)
@@ -1,11 +1,10 @@
-/*
- * Typography.less
+/* Typography.less
  * Headings, body text, lists, code, and more for a versatile and durable typography system
- */
+ * ---------------------------------------------------------------------------------------- */
 
 
-/* Body text
--------------------------------------------------- */
+// Body text
+// ---------
 
 p {
   #font > .shorthand(normal,@basefont,@baseline);
@@ -16,9 +15,8 @@ p {
   }
 }
 
-
-/* Headings
--------------------------------------------------- */
+// Headings
+// --------
 
 h1, h2, h3, h4, h5, h6 {
   font-weight: 500;
@@ -68,8 +66,8 @@ h6 {
 
 
 
-/* Colors
--------------------------------------------------- */
+// Colors
+// ------
 
 // Unordered and Ordered lists
 ul, ol {
@@ -110,9 +108,8 @@ dl {
   }
 }
 
-
-/* Misc
--------------------------------------------------- */
+// Misc
+// ----
 
 // Horizontal rules
 hr {