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

View File

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

View File

@ -1,8 +1,3 @@
//
// Breadcrumbs
// --------------------------------------------------
.breadcrumb {
padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
margin-bottom: $spacer-y;

View File

@ -1,8 +1,3 @@
//
// Button groups
// --------------------------------------------------
// Make the div behave like a button
.btn-group,
.btn-group-vertical {

View File

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

View File

@ -1,8 +1,3 @@
//
// Carousel
// --------------------------------------------------
// Wrapper for the slide container and indicators
.carousel {
position: relative;

View File

@ -1,8 +1,3 @@
//
// Close icons
// --------------------------------------------------
.close {
float: right;
font-size: ($font-size-base * 1.5);

View File

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

View File

@ -1,8 +1,3 @@
//
// Custom forms
// --------------------------------------------------
// Embedded icons from Open Iconic.
// Released under MIT and copyright 2014 Waybury.
// http://useiconic.com/open

View File

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

View File

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

View File

@ -1,8 +1,3 @@
//
// Grid system
// --------------------------------------------------
// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.

View File

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

View File

@ -1,8 +1,3 @@
//
// Jumbotron
// --------------------------------------------------
.jumbotron {
padding: $jumbotron-padding ($jumbotron-padding / 2);
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 {
display: inline-block;

View File

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

View File

@ -1,7 +1,3 @@
//
// Media
// --------------------------------------------------
@if $enable-flex {
.media {
display: flex;
@ -47,7 +43,7 @@
.media-object {
display: block;
// Fix collapse in webkit from max-width: 100% and display: table-cell.
&.img-thumbnail {
max-width: none;

View File

@ -1,6 +1,3 @@
// Mixins
// --------------------------------------------------
// Toggles
//
// 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 - container to scroll within
// .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 {
padding-left: 0;

View File

@ -1,8 +1,3 @@
//
// Navbars
// --------------------------------------------------
// Wrapper and base class
//
// Provide a static navbar from which we expand to create full-width, fixed, and

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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