]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
standardize top level file comments
authorMark Otto <markotto@twitter.com>
Fri, 29 Jun 2012 04:46:45 +0000 (21:46 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 29 Jun 2012 04:46:45 +0000 (21:46 -0700)
38 files changed:
less/accordion.less
less/alerts.less
less/breadcrumbs.less
less/button-groups.less
less/buttons.less
less/carousel.less
less/close.less
less/code.less
less/component-animations.less
less/dropdowns.less
less/forms.less
less/grid.less
less/hero-unit.less
less/labels-badges.less
less/layouts.less
less/mixins.less
less/modals.less
less/navbar.less
less/navs.less
less/pager.less
less/pagination.less
less/popovers.less
less/progress-bars.less
less/reset.less
less/responsive-1200px-min.less
less/responsive-767px-max.less
less/responsive-768px-979px.less
less/responsive-navbar.less
less/responsive-utilities.less
less/scaffolding.less
less/sprites.less
less/tables.less
less/thumbnails.less
less/tooltip.less
less/type.less
less/utilities.less
less/variables.less
less/wells.less

index 31b8cdc33d633d50d85197f2a905b19a5ce33dec..c13c7be260901c9b625b4c90a0623b48ed7a54c6 100644 (file)
@@ -1,5 +1,6 @@
-// ACCORDION
-// ---------
+//
+// Accordion
+// --------------------------------------------------
 
 
 // Parent container
index f8b2a888ad7a9f4b27724e1dc3db3a9936dabbdd..703c19d1285de983edac2759ec3dbc2cc8ddebc5 100644 (file)
@@ -1,7 +1,11 @@
-// ALERT STYLES
-// ------------
+//
+// Alerts
+// --------------------------------------------------
+
+
+// Base styles
+// -------------------------
 
-// Base alert styles
 .alert {
   padding: 8px 35px 8px 14px;
   margin-bottom: @baseLineHeight;
@@ -20,8 +24,9 @@
   line-height: @baseLineHeight;
 }
 
+
 // Alternate styles
-// ----------------
+// -------------------------
 
 .alert-success {
   background-color: @successBackground;
   color: @infoText;
 }
 
+
 // Block alerts
-// ------------------------
+// -------------------------
+
 .alert-block {
   padding-top: 14px;
   padding-bottom: 14px;
index 111f12279fa792f87f3379f4da4bf5629f535f44..c8a3807de29df623af6061a439628a723d9157be 100644 (file)
@@ -1,5 +1,7 @@
-// BREADCRUMBS
-// -----------
+//
+// Breadcrumbs
+// --------------------------------------------------
+
 
 .breadcrumb {
   padding: 7px 14px;
index 8234a893c83cf43c0d9495108e13111911cebcd2..26cc2091afa40d5f1dd36ab13af40fcac3b3776d 100644 (file)
@@ -1,5 +1,6 @@
-// BUTTON GROUPS
-// -------------
+//
+// Button groups
+// --------------------------------------------------
 
 
 // Make the div behave like a button
index c44ff3e6fc63f13e9ad5f336aefc060a47ebb4f4..876d35926549d759504f92a8d1bdda9f82b55f7e 100644 (file)
@@ -1,5 +1,6 @@
-// BUTTON STYLES
-// -------------
+//
+// Buttons
+// --------------------------------------------------
 
 
 // Base styles
index 8fbd303154ad7da24caf8c1f0ba30417f6ca702a..01675af729c241438f60eb864e80650ae99e2db5 100644 (file)
@@ -1,5 +1,7 @@
-// CAROUSEL
-// --------
+//
+// Carousel
+// --------------------------------------------------
+
 
 .carousel {
   position: relative;
index 31fe6fcb369f8a04aeab79c9b2286eced9825f7f..c71a508f3ff4c629231dab750b82584519090df5 100644 (file)
@@ -1,5 +1,7 @@
-// CLOSE ICONS
-// -----------
+//
+// Close icons
+// --------------------------------------------------
+
 
 .close {
   float: right;
index 0cae749a05395692cb51a2324dfc6428d1ce0ea6..a3602de115564c04e72dffef4789a46af3afd25e 100644 (file)
@@ -1,6 +1,7 @@
-// Code.less
-// Code typography styles for the <code> and <pre> elements
-// --------------------------------------------------------
+//
+// Code (inline and blocK)
+// --------------------------------------------------
+
 
 // Inline and block code styles
 code,
index 1e1e78b851eeb512e3d7451472500a0e9114108a..d614263a76a75f04614c9205a74f373f74012a41 100644 (file)
@@ -1,5 +1,7 @@
-// COMPONENT ANIMATIONS
-// --------------------
+//
+// Component animations
+// --------------------------------------------------
+
 
 .fade {
   opacity: 0;
index f55edbae7ce90069b387e0726ddf978c733a40b0..e9e91b6a4b62523575c09ba7223e648d9173dfa4 100644 (file)
@@ -1,5 +1,7 @@
-// DROPDOWN MENUS
-// --------------
+//
+// Dropdown menus
+// --------------------------------------------------
+
 
 // Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
 .dropup,
index 911af1a25e6dbbffee5953e4267bf80d149089f4..f97d6aeef491b80fc0680bf23f5d684847c52bb0 100644 (file)
@@ -1,6 +1,6 @@
-// Forms.less
-// Base styles for various input types, form layouts, and states
-// -------------------------------------------------------------
+//
+// Forms
+// --------------------------------------------------
 
 
 // GENERAL STYLES
index e62a960932f5e2696b79153ac073c4559d8e5971..b63005c684e182024da87bb70644b45a44136d1e 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Grid system
+// --------------------------------------------------
+
+
 // Fixed (940px)
 #grid > .core(@gridColumnWidth, @gridGutterWidth);
 
index 0ffe82962a012b152861770b9127ea3e47368a61..672b7d7c7489dd67a66510640893a7a1e59a44e8 100644 (file)
@@ -1,5 +1,7 @@
-// HERO UNIT
-// ---------
+//
+// Hero unit
+// --------------------------------------------------
+
 
 .hero-unit {
   padding: 60px;
index 0fbd7bbc61df7fead771055571a17478b4d19fbd..7537b188a59d6f91aefe281b3a17b3854b723aa2 100644 (file)
@@ -1,5 +1,7 @@
-// LABELS & BADGES
-// ---------------
+//
+// Labels and badges
+// --------------------------------------------------
+
 
 // Base classes
 .label,
index cc53627ff74cf1413f6960beb0d86f3994280069..24a2062117c38052780d8023db2a3e6fc0684200 100644 (file)
@@ -1,7 +1,6 @@
 //
 // Layouts
-// Fixed-width and fluid (with sidebar) layouts
-// --------------------------------------------
+// --------------------------------------------------
 
 
 // Container (centered, fixed-width layouts)
index fd162a0491685943091452dd62e429b93405bff5..733dfd08b4210d7ec3842027b9d978fcc026d972 100644 (file)
@@ -1,6 +1,6 @@
-// Mixins.less
-// Snippets of reusable CSS to develop faster and keep code readable
-// -----------------------------------------------------------------
+//
+// Mixins
+// --------------------------------------------------
 
 
 // UTILITY MIXINS
index 870ad0dfe6771394243fbf0f7047f23547ba2ddf..32aab7acd441fbd2ea3e2ca090ec9cc796845674 100644 (file)
@@ -1,5 +1,7 @@
-// MODALS
-// ------
+//
+// Modals
+// --------------------------------------------------
+
 
 // Recalculate z-index where appropriate
 .modal-open {
index d99894509c28e8c1e229db8c768f3885e90a8f8f..38edac2885185b17238672c8907f5a53fc019b8d 100644 (file)
@@ -1,5 +1,6 @@
-// NAVBAR (FIXED AND STATIC)
-// -------------------------
+//
+// Navbars
+// --------------------------------------------------
 
 
 // COMMON STYLES
index 66ce6fa3ae1cf8d74c9c15ff222ad619e5df578e..33bdfe1d0ffaf31be6386d162398a6dd6837daf4 100644 (file)
@@ -1,6 +1,6 @@
-// NAVIGATIONS
-// -----------
-
+//
+// Navs
+// --------------------------------------------------
 
 
 // BASE CLASS
index 4244b5eb8098b74d5d5896d86a4554f569567a88..e19d50aaa3ff25d6d397e1a83faf55df4d982bf7 100644 (file)
@@ -1,5 +1,7 @@
-// PAGER
-// -----
+//
+// Pager pagination
+// --------------------------------------------------
+
 
 .pager {
   margin-left: 0;
index d978a7b8c05593291afdd9f2b1465af83c5d6201..9b0066077a077330e2ba16ac92a54f1e26d92855 100644 (file)
@@ -1,5 +1,7 @@
-// PAGINATION
-// ----------
+//
+// Pagination (multiple pages)
+// --------------------------------------------------
+
 
 .pagination {
   height: @baseLineHeight * 2;
index ca69ca801836aeebf3b70997321256c7920dd7fa..5ea79cf73c04cb34e9454ba86566aea89d0007a2 100644 (file)
@@ -1,5 +1,7 @@
-// POPOVERS
-// --------
+//
+// Popovers
+// --------------------------------------------------
+
 
 .popover {
   position: absolute;
index 3b47e64828f650d39fa3712512373ae43dc7121a..abcbe87611c2e2a0d077d1800bcd767dfe4ee0ac 100644 (file)
@@ -1,5 +1,6 @@
-// PROGRESS BARS
-// -------------
+//
+// Progress bars
+// --------------------------------------------------
 
 
 // ANIMATIONS
index 2332e03c30a0b682ebe858da06be5b71cd8fdbdb..1c408e3698e9c3adf097afb3deca8e99b1799bea 100644 (file)
@@ -1,6 +1,8 @@
-// Reset.less
-// Adapted from Normalize.css http://github.com/necolas/normalize.css
-// ------------------------------------------------------------------------
+//
+// Modals
+// Adapted from http://github.com/necolas/normalize.css
+// --------------------------------------------------
+
 
 // Display in IE6-9 and FF3
 // -------------------------
index f8ae95979b5dcdc6c53fded1ece2a9419c477880..4f35ba6ca23c34b892bec83977277b0d5043ea0b 100644 (file)
@@ -1,5 +1,7 @@
-// LARGE DESKTOP & UP
-// ------------------
+//
+// Responsive: Large desktop and up
+// --------------------------------------------------
+
 
 @media (min-width: 1200px) {
 
index 84d1ba13fcdfe268c36b2244782cfec6f66cb987..105ac598454f946a19af57db73669db7b10c4f6e 100644 (file)
@@ -1,6 +1,8 @@
-// LANDSCAPE PHONE TO SMALL DESKTOP & PORTRAIT TABLET
+//
+// Responsive: Landscape phone to desktop/tablet
 // --------------------------------------------------
 
+
 @media (max-width: 767px) {
 
   // Padding to set content in a bit
index 3972ffc695c48699235e5f42498305f02d1db521..8e8c486a069d8b2c393f605162d1d76b9d7fd0fd 100644 (file)
@@ -1,5 +1,7 @@
-// PORTRAIT TABLET TO DEFAULT DESKTOP
-// ----------------------------------
+//
+// Responsive: Tablet to desktop
+// --------------------------------------------------
+
 
 @media (min-width: 768px) and (max-width: 979px) {
 
index 5a66a055922459fc58b33add58a681bcf20cbad3..7f01059ce5abdb12908aa2554765b63ec5ed1462 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Responsive: Navbar
+// --------------------------------------------------
+
+
 // TABLETS AND BELOW
 // -----------------
 @media (max-width: 979px) {
index 1962a2f1525217b893a89efaeb7819cb8fadb41c..59deafe81ca930a0342e4d79ab96368a6eaf54e8 100644 (file)
@@ -1,5 +1,7 @@
-// RESPONSIVE CLASSES
-// ------------------
+//
+// Responsive: Utility classes
+// --------------------------------------------------
+
 
 // Hide from screenreaders and browsers
 // Credit: HTML5 Boilerplate
index 57c74eda074ecba3732944810cbf77d231560c3d..5bc90cc16850131cbb41febd91e742415d23121e 100644 (file)
@@ -1,6 +1,6 @@
+//
 // Scaffolding
-// Basic and global styles for generating a grid system, structural layout, and page templates
-// -------------------------------------------------------------------------------------------
+// --------------------------------------------------
 
 
 // Body reset
index 753871cd776a9ec589418ef8a234ea87cbc0c594..fa0b31da0362baf9a36d0da47fdbc13f2feca69f 100644 (file)
@@ -1,6 +1,6 @@
-// SPRITES
-// Glyphs and icons for buttons, nav, and more
-// -------------------------------------------
+//
+// Sprites
+// --------------------------------------------------
 
 
 // ICONS
index ecd92233db0546570221cc9cf7737c2fe2422cfd..d0ab2f3c5b44ab073f86a67af1d7fbb06e89609b 100644 (file)
@@ -1,7 +1,6 @@
 //
-// Tables.less
-// Tables for, you guessed it, tabular data
-// ----------------------------------------
+// Tables
+// --------------------------------------------------
 
 
 // BASE TABLES
index aa69f8e33dbbfc385275499fdffd5aacce9861c8..d609c7df31c48fa15ce3981041c439d2ae874601 100644 (file)
@@ -1,5 +1,8 @@
-// THUMBNAILS
-// ----------
+//
+// Thumbnails
+// --------------------------------------------------
+
+
 // Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files
 
 // Make wrapper ul behave like the grid
index 5111a193f0393966667cde5474b19e97f82c0ec6..8593e2b5f3d26ee8509d5e23a799660a4a054a7a 100644 (file)
@@ -1,5 +1,7 @@
-// TOOLTIP
-// ------=
+//
+// Tooltips
+// --------------------------------------------------
+
 
 .tooltip {
   position: absolute;
index 41514b56c5b360ce11aabbd8f6d4672ca20e7ca7..61a7db493a40f6367a39a00dcc2af5213728954a 100644 (file)
@@ -1,6 +1,6 @@
-// Typography.less
-// Headings, body text, lists, code, and more for a versatile and durable typography system
-// ----------------------------------------------------------------------------------------
+//
+// Typography
+// --------------------------------------------------
 
 
 // BODY TEXT
index d60d22031199ef5b0e8270637a9c306986120cc5..35267b305303abe4d69becb6c31bd2bf33857ec7 100644 (file)
@@ -1,5 +1,7 @@
-// UTILITY CLASSES
-// ---------------
+//
+// Utility classes
+// --------------------------------------------------
+
 
 // Quick floats
 .pull-right {
index bd3a2905d058206e8dfe1434a78ea1c91604c57b..09dc5549428a4a1a3e3f736ca442055c7a4c739f 100644 (file)
@@ -1,10 +1,9 @@
-// Variables.less
-// Variables to customize the look and feel of Bootstrap
-// -----------------------------------------------------
-
+//
+// Variables
+// --------------------------------------------------
 
 
-// GLOBAL VALUES
+// Global values
 // --------------------------------------------------
 
 
index bac3715a7d34d577d440cbbcfb11d345c5d3d682..e4e0a9bebe48bbe302c2a4a004162275c70fc26b 100644 (file)
@@ -1,6 +1,9 @@
-// WELLS
-// -----
+//
+// Wells
+// --------------------------------------------------
 
+
+// Base class
 .well {
   min-height: 20px;
   padding: 19px;