1
0
Fork 0
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:
Mark Otto 2015-08-17 18:33:34 -07:00
parent d2a29b5643
commit c3373df95f
31 changed files with 8 additions and 147 deletions

View file

@ -1,8 +1,3 @@
//
// Alerts
// --------------------------------------------------
// //
// Base styles // Base styles
// //

View file

@ -1,7 +1,3 @@
//
// Component animations
// --------------------------------------------------
.fade { .fade {
opacity: 0; opacity: 0;
transition: opacity .15s linear; transition: opacity .15s linear;

View file

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

View file

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

View file

@ -1,8 +1,3 @@
//
// Buttons
// --------------------------------------------------
// //
// Base styles // Base styles
// //

View file

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

View file

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

View file

@ -1,8 +1,3 @@
//
// Code (inline and block)
// --------------------------------------------------
// Inline and block code styles // Inline and block code styles
code, code,
kbd, kbd,

View file

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

View file

@ -1,8 +1,3 @@
//
// Dropdown menus
// --------------------------------------------------
// The dropdown wrapper (div) // The dropdown wrapper (div)
.dropup, .dropup,
.dropdown { .dropdown {

View file

@ -1,8 +1,3 @@
//
// Forms
// --------------------------------------------------
// //
// Textual form controls // Textual form controls
// //

View file

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

View file

@ -1,8 +1,3 @@
//
// Input groups
// --------------------------------------------------
// //
// Base styles // Base styles
// //

View file

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

View file

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

View file

@ -1,8 +1,3 @@
//
// List groups
// --------------------------------------------------
// Base class // Base class
// //
// Easily usable on <ul>, <ol>, or <div>. // Easily usable on <ul>, <ol>, or <div>.

View file

@ -1,7 +1,3 @@
//
// Media
// --------------------------------------------------
@if $enable-flex { @if $enable-flex {
.media { .media {
display: flex; display: flex;

View file

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

View file

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

View file

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

View file

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

View file

@ -1,8 +1,3 @@
//
// Pager pagination
// --------------------------------------------------
.pager { .pager {
padding-left: 0; padding-left: 0;
margin-top: $spacer-y; margin-top: $spacer-y;

View file

@ -1,8 +1,3 @@
//
// Pagination (multiple pages)
// --------------------------------------------------
.pagination { .pagination {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;

View file

@ -1,8 +1,3 @@
//
// Popovers
// --------------------------------------------------
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;

View file

@ -1,8 +1,3 @@
//
// Progress bars
// --------------------------------------------------
// //
// Progress animations // Progress animations
// //

View file

@ -1,7 +1,3 @@
//
// Responsive embed
// --------------------------------------------------
// Credit: Nicolas Gallagher and SUIT CSS. // Credit: Nicolas Gallagher and SUIT CSS.
.embed-responsive { .embed-responsive {

View file

@ -1,10 +1,5 @@
// //
// Custom tables // Basic Bootstrap table
// --------------------------------------------------
//
// Basic tables
// //
.table { .table {

View file

@ -1,8 +1,3 @@
//
// Tooltips
// --------------------------------------------------
// Base class // Base class
.tooltip { .tooltip {
position: absolute; position: absolute;

View file

@ -1,8 +1,3 @@
//
// Typography
// --------------------------------------------------
// //
// Headings // Headings
// //

View file

@ -1,8 +1,3 @@
//
// Responsive: Utility classes
// --------------------------------------------------
// //
// Mixins // Mixins
// //

View file

@ -1,8 +1,3 @@
//
// Utility classes
// --------------------------------------------------
// //
// Floats // Floats
// //