Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
cd2d8215
Commit
cd2d8215
authored
Jun 28, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standardize top level file comments
parent
98ebd548
Changes
38
Show whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
147 additions
and
85 deletions
+147
-85
less/accordion.less
less/accordion.less
+3
-2
less/alerts.less
less/alerts.less
+12
-5
less/breadcrumbs.less
less/breadcrumbs.less
+4
-2
less/button-groups.less
less/button-groups.less
+3
-2
less/buttons.less
less/buttons.less
+3
-2
less/carousel.less
less/carousel.less
+4
-2
less/close.less
less/close.less
+4
-2
less/code.less
less/code.less
+4
-3
less/component-animations.less
less/component-animations.less
+4
-2
less/dropdowns.less
less/dropdowns.less
+4
-2
less/forms.less
less/forms.less
+3
-3
less/grid.less
less/grid.less
+5
-0
less/hero-unit.less
less/hero-unit.less
+4
-2
less/labels-badges.less
less/labels-badges.less
+4
-2
less/layouts.less
less/layouts.less
+1
-2
less/mixins.less
less/mixins.less
+3
-3
less/modals.less
less/modals.less
+4
-2
less/navbar.less
less/navbar.less
+3
-2
less/navs.less
less/navs.less
+3
-3
less/pager.less
less/pager.less
+4
-2
less/pagination.less
less/pagination.less
+4
-2
less/popovers.less
less/popovers.less
+4
-2
less/progress-bars.less
less/progress-bars.less
+3
-2
less/reset.less
less/reset.less
+5
-3
less/responsive-1200px-min.less
less/responsive-1200px-min.less
+4
-2
less/responsive-767px-max.less
less/responsive-767px-max.less
+3
-1
less/responsive-768px-979px.less
less/responsive-768px-979px.less
+4
-2
less/responsive-navbar.less
less/responsive-navbar.less
+5
-0
less/responsive-utilities.less
less/responsive-utilities.less
+4
-2
less/scaffolding.less
less/scaffolding.less
+2
-2
less/sprites.less
less/sprites.less
+3
-3
less/tables.less
less/tables.less
+2
-3
less/thumbnails.less
less/thumbnails.less
+5
-2
less/tooltip.less
less/tooltip.less
+4
-2
less/type.less
less/type.less
+3
-3
less/utilities.less
less/utilities.less
+4
-2
less/variables.less
less/variables.less
+4
-5
less/wells.less
less/wells.less
+5
-2
No files found.
less/accordion.less
View file @
cd2d8215
// ACCORDION
//
// ---------
// Accordion
// --------------------------------------------------
// Parent container
// Parent container
...
...
less/alerts.less
View file @
cd2d8215
// ALERT STYLES
//
// ------------
// Alerts
// --------------------------------------------------
// Base styles
// -------------------------
// Base alert styles
.alert {
.alert {
padding: 8px 35px 8px 14px;
padding: 8px 35px 8px 14px;
margin-bottom: @baseLineHeight;
margin-bottom: @baseLineHeight;
...
@@ -20,8 +24,9 @@
...
@@ -20,8 +24,9 @@
line-height: @baseLineHeight;
line-height: @baseLineHeight;
}
}
// Alternate styles
// Alternate styles
// ----------------
// ----------------
---------
.alert-success {
.alert-success {
background-color: @successBackground;
background-color: @successBackground;
...
@@ -40,8 +45,10 @@
...
@@ -40,8 +45,10 @@
color: @infoText;
color: @infoText;
}
}
// Block alerts
// Block alerts
// ------------------------
// -------------------------
.alert-block {
.alert-block {
padding-top: 14px;
padding-top: 14px;
padding-bottom: 14px;
padding-bottom: 14px;
...
...
less/breadcrumbs.less
View file @
cd2d8215
// BREADCRUMBS
//
// -----------
// Breadcrumbs
// --------------------------------------------------
.breadcrumb {
.breadcrumb {
padding: 7px 14px;
padding: 7px 14px;
...
...
less/button-groups.less
View file @
cd2d8215
// BUTTON GROUPS
//
// -------------
// Button groups
// --------------------------------------------------
// Make the div behave like a button
// Make the div behave like a button
...
...
less/buttons.less
View file @
cd2d8215
// BUTTON STYLES
//
// -------------
// Buttons
// --------------------------------------------------
// Base styles
// Base styles
...
...
less/carousel.less
View file @
cd2d8215
// CAROUSEL
//
// --------
// Carousel
// --------------------------------------------------
.carousel {
.carousel {
position: relative;
position: relative;
...
...
less/close.less
View file @
cd2d8215
// CLOSE ICONS
//
// -----------
// Close icons
// --------------------------------------------------
.close {
.close {
float: right;
float: right;
...
...
less/code.less
View file @
cd2d8215
// Code.less
//
// Code typography styles for the <code> and <pre> elements
// Code (inline and blocK)
// --------------------------------------------------------
// --------------------------------------------------
// Inline and block code styles
// Inline and block code styles
code,
code,
...
...
less/component-animations.less
View file @
cd2d8215
// COMPONENT ANIMATIONS
//
// --------------------
// Component animations
// --------------------------------------------------
.fade {
.fade {
opacity: 0;
opacity: 0;
...
...
less/dropdowns.less
View file @
cd2d8215
// 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
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
.dropup,
.dropup,
...
...
less/forms.less
View file @
cd2d8215
//
Forms.less
//
//
Base styles for various input types, form layouts, and state
s
//
Form
s
// --------------------------------------------------
-----------
// --------------------------------------------------
// GENERAL STYLES
// GENERAL STYLES
...
...
less/grid.less
View file @
cd2d8215
//
// Grid system
// --------------------------------------------------
// Fixed (940px)
// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth);
#grid > .core(@gridColumnWidth, @gridGutterWidth);
...
...
less/hero-unit.less
View file @
cd2d8215
// HERO UNIT
//
// ---------
// Hero unit
// --------------------------------------------------
.hero-unit {
.hero-unit {
padding: 60px;
padding: 60px;
...
...
less/labels-badges.less
View file @
cd2d8215
// LABELS & BADGES
//
// ---------------
// Labels and badges
// --------------------------------------------------
// Base classes
// Base classes
.label,
.label,
...
...
less/layouts.less
View file @
cd2d8215
//
//
// Layouts
// Layouts
// Fixed-width and fluid (with sidebar) layouts
// --------------------------------------------------
// --------------------------------------------
// Container (centered, fixed-width layouts)
// Container (centered, fixed-width layouts)
...
...
less/mixins.less
View file @
cd2d8215
//
Mixins.less
//
//
Snippets of reusable CSS to develop faster and keep code readable
//
Mixins
// --------------------------------------------------
---------------
// --------------------------------------------------
// UTILITY MIXINS
// UTILITY MIXINS
...
...
less/modals.less
View file @
cd2d8215
// MODALS
//
// ------
// Modals
// --------------------------------------------------
// Recalculate z-index where appropriate
// Recalculate z-index where appropriate
.modal-open {
.modal-open {
...
...
less/navbar.less
View file @
cd2d8215
// NAVBAR (FIXED AND STATIC)
//
// -------------------------
// Navbars
// --------------------------------------------------
// COMMON STYLES
// COMMON STYLES
...
...
less/navs.less
View file @
cd2d8215
//
NAVIGATIONS
//
//
-----------
//
Navs
// --------------------------------------------------
// BASE CLASS
// BASE CLASS
...
...
less/pager.less
View file @
cd2d8215
// PAGER
//
// -----
// Pager pagination
// --------------------------------------------------
.pager {
.pager {
margin-left: 0;
margin-left: 0;
...
...
less/pagination.less
View file @
cd2d8215
// PAGINATION
//
// ----------
// Pagination (multiple pages)
// --------------------------------------------------
.pagination {
.pagination {
height: @baseLineHeight * 2;
height: @baseLineHeight * 2;
...
...
less/popovers.less
View file @
cd2d8215
// POPOVERS
//
// --------
// Popovers
// --------------------------------------------------
.popover {
.popover {
position: absolute;
position: absolute;
...
...
less/progress-bars.less
View file @
cd2d8215
// PROGRESS BARS
//
// -------------
// Progress bars
// --------------------------------------------------
// ANIMATIONS
// ANIMATIONS
...
...
less/reset.less
View file @
cd2d8215
// 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
// Display in IE6-9 and FF3
// -------------------------
// -------------------------
...
...
less/responsive-1200px-min.less
View file @
cd2d8215
// LARGE DESKTOP & UP
//
// ------------------
// Responsive: Large desktop and up
// --------------------------------------------------
@media (min-width: 1200px) {
@media (min-width: 1200px) {
...
...
less/responsive-767px-max.less
View file @
cd2d8215
// LANDSCAPE PHONE TO SMALL DESKTOP & PORTRAIT TABLET
//
// Responsive: Landscape phone to desktop/tablet
// --------------------------------------------------
// --------------------------------------------------
@media (max-width: 767px) {
@media (max-width: 767px) {
// Padding to set content in a bit
// Padding to set content in a bit
...
...
less/responsive-768px-979px.less
View file @
cd2d8215
// PORTRAIT TABLET TO DEFAULT DESKTOP
//
// ----------------------------------
// Responsive: Tablet to desktop
// --------------------------------------------------
@media (min-width: 768px) and (max-width: 979px) {
@media (min-width: 768px) and (max-width: 979px) {
...
...
less/responsive-navbar.less
View file @
cd2d8215
//
// Responsive: Navbar
// --------------------------------------------------
// TABLETS AND BELOW
// TABLETS AND BELOW
// -----------------
// -----------------
@media (max-width: 979px) {
@media (max-width: 979px) {
...
...
less/responsive-utilities.less
View file @
cd2d8215
// RESPONSIVE CLASSES
//
// ------------------
// Responsive: Utility classes
// --------------------------------------------------
// Hide from screenreaders and browsers
// Hide from screenreaders and browsers
// Credit: HTML5 Boilerplate
// Credit: HTML5 Boilerplate
...
...
less/scaffolding.less
View file @
cd2d8215
//
// Scaffolding
// Scaffolding
// Basic and global styles for generating a grid system, structural layout, and page templates
// --------------------------------------------------
// -------------------------------------------------------------------------------------------
// Body reset
// Body reset
...
...
less/sprites.less
View file @
cd2d8215
//
SPRITES
//
//
Glyphs and icons for buttons, nav, and more
//
Sprites
// -------------------------------------------
// -------------------------------------------
-------
// ICONS
// ICONS
...
...
less/tables.less
View file @
cd2d8215
//
//
// Tables.less
// Tables
// Tables for, you guessed it, tabular data
// --------------------------------------------------
// ----------------------------------------
// BASE TABLES
// BASE TABLES
...
...
less/thumbnails.less
View file @
cd2d8215
// THUMBNAILS
//
// ----------
// Thumbnails
// --------------------------------------------------
// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files
// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files
// Make wrapper ul behave like the grid
// Make wrapper ul behave like the grid
...
...
less/tooltip.less
View file @
cd2d8215
// TOOLTIP
//
// ------=
// Tooltips
// --------------------------------------------------
.tooltip {
.tooltip {
position: absolute;
position: absolute;
...
...
less/type.less
View file @
cd2d8215
//
Typography.less
//
//
Headings, body text, lists, code, and more for a versatile and durable typography system
//
Typography
// --------------------------------------------------
--------------------------------------
// --------------------------------------------------
// BODY TEXT
// BODY TEXT
...
...
less/utilities.less
View file @
cd2d8215
// UTILITY CLASSES
//
// ---------------
// Utility classes
// --------------------------------------------------
// Quick floats
// Quick floats
.pull-right {
.pull-right {
...
...
less/variables.less
View file @
cd2d8215
// Variables.less
//
// Variables to customize the look and feel of Bootstrap
// Variables
// -----------------------------------------------------
// --------------------------------------------------
// G
LOBAL VALUES
// G
lobal values
// --------------------------------------------------
// --------------------------------------------------
...
...
less/wells.less
View file @
cd2d8215
// WELLS
//
// -----
// Wells
// --------------------------------------------------
// Base class
.well {
.well {
min-height: 20px;
min-height: 20px;
padding: 19px;
padding: 19px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment