mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
clean out comments that aren't all that helpful
This commit is contained in:
parent
d2a29b5643
commit
c3373df95f
31 changed files with 8 additions and 147 deletions
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Alerts
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Base styles
|
// Base styles
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
//
|
|
||||||
// Component animations
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
.fade {
|
.fade {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity .15s linear;
|
transition: opacity .15s linear;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Breadcrumbs
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
|
padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
|
||||||
margin-bottom: $spacer-y;
|
margin-bottom: $spacer-y;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Button groups
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Make the div behave like a button
|
// Make the div behave like a button
|
||||||
.btn-group,
|
.btn-group,
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Buttons
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Base styles
|
// Base styles
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Carousel
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Wrapper for the slide container and indicators
|
// Wrapper for the slide container and indicators
|
||||||
.carousel {
|
.carousel {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Close icons
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: ($font-size-base * 1.5);
|
font-size: ($font-size-base * 1.5);
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Code (inline and block)
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Inline and block code styles
|
// Inline and block code styles
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Custom forms
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Embedded icons from Open Iconic.
|
// Embedded icons from Open Iconic.
|
||||||
// Released under MIT and copyright 2014 Waybury.
|
// Released under MIT and copyright 2014 Waybury.
|
||||||
// http://useiconic.com/open
|
// http://useiconic.com/open
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Dropdown menus
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// The dropdown wrapper (div)
|
// The dropdown wrapper (div)
|
||||||
.dropup,
|
.dropup,
|
||||||
.dropdown {
|
.dropdown {
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Forms
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Textual form controls
|
// Textual form controls
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Grid system
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Container widths
|
// Container widths
|
||||||
//
|
//
|
||||||
// Set the container width, and override it for fixed navbars in media queries.
|
// Set the container width, and override it for fixed navbars in media queries.
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Input groups
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Base styles
|
// Base styles
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Jumbotron
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding: $jumbotron-padding ($jumbotron-padding / 2);
|
padding: $jumbotron-padding ($jumbotron-padding / 2);
|
||||||
margin-bottom: $jumbotron-padding;
|
margin-bottom: $jumbotron-padding;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// Base class
|
||||||
//
|
//
|
||||||
// Labels
|
// Requires one of the contextual, color modifier classes for `color` and
|
||||||
// --------------------------------------------------
|
// `background-color`.
|
||||||
|
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// List groups
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Base class
|
// Base class
|
||||||
//
|
//
|
||||||
// Easily usable on <ul>, <ol>, or <div>.
|
// Easily usable on <ul>, <ol>, or <div>.
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
//
|
|
||||||
// Media
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
.media {
|
.media {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
// Mixins
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
// Toggles
|
// Toggles
|
||||||
//
|
//
|
||||||
// Used in conjunction with global variables to enable certain theme features.
|
// Used in conjunction with global variables to enable certain theme features.
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Modals
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// .modal-open - body class for killing the scroll
|
// .modal-open - body class for killing the scroll
|
||||||
// .modal - container to scroll within
|
// .modal - container to scroll within
|
||||||
// .modal-dialog - positioning shell for the actual modal
|
// .modal-dialog - positioning shell for the actual modal
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
// Base class
|
||||||
//
|
//
|
||||||
// Navs
|
// Kickstart any navigation component with a set of style resets. Works with
|
||||||
// --------------------------------------------------
|
// `<nav>`s or `<ul>`s.
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Navbars
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Wrapper and base class
|
// Wrapper and base class
|
||||||
//
|
//
|
||||||
// Provide a static navbar from which we expand to create full-width, fixed, and
|
// Provide a static navbar from which we expand to create full-width, fixed, and
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Pager pagination
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
.pager {
|
.pager {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-top: $spacer-y;
|
margin-top: $spacer-y;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Pagination (multiple pages)
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Popovers
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Progress bars
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Progress animations
|
// Progress animations
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
//
|
|
||||||
// Responsive embed
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
// Credit: Nicolas Gallagher and SUIT CSS.
|
// Credit: Nicolas Gallagher and SUIT CSS.
|
||||||
|
|
||||||
.embed-responsive {
|
.embed-responsive {
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
//
|
//
|
||||||
// Custom tables
|
// Basic Bootstrap table
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
// Basic tables
|
|
||||||
//
|
//
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Tooltips
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
// Base class
|
// Base class
|
||||||
.tooltip {
|
.tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Typography
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Headings
|
// Headings
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Responsive: Utility classes
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Mixins
|
// Mixins
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
//
|
|
||||||
// Utility classes
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Floats
|
// Floats
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue