mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fix license indent and make comments consistent
This commit is contained in:
parent
2da82cd7ca
commit
e91a74e8e8
31
bootstrap-1.0.0.css
vendored
31
bootstrap-1.0.0.css
vendored
@ -1,10 +1,10 @@
|
||||
/*
|
||||
Master Stylesheet
|
||||
This file is only for importing all required stylesheets for LESS to include and then compile.
|
||||
* Master Stylesheet
|
||||
* This file is only for importing all required stylesheets for LESS to include and then compile.
|
||||
*/
|
||||
/*
|
||||
Global Reset
|
||||
Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
@ -88,8 +88,8 @@ aside {
|
||||
display: block;
|
||||
}
|
||||
/*
|
||||
Preboot
|
||||
Variables and mixins to pre-ignite any new web development project
|
||||
* Preboot.less
|
||||
* Variables and mixins to pre-ignite any new web development project
|
||||
*/
|
||||
/* Variables
|
||||
-------------------------------------------------- */
|
||||
@ -124,8 +124,8 @@ aside {
|
||||
content: ".";
|
||||
}
|
||||
/*
|
||||
Scaffolding
|
||||
Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
* Scaffolding
|
||||
* Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
*/
|
||||
/* Baseline Grid System
|
||||
-------------------------------------------------- */
|
||||
@ -411,8 +411,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
/*
|
||||
Typography
|
||||
Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
* Typography.less
|
||||
* Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
*/
|
||||
/* Body text
|
||||
-------------------------------------------------- */
|
||||
@ -668,8 +668,8 @@ span.html__attr_value {
|
||||
color: #de4a3f;
|
||||
}
|
||||
/*
|
||||
Forms
|
||||
Base line styles for various input types, form layouts, and states
|
||||
* Forms.less
|
||||
* Base line styles for various input types, form layouts, and states
|
||||
*/
|
||||
/* Global form styles
|
||||
-------------------------------------------------- */
|
||||
@ -1006,7 +1006,8 @@ form.form-stacked ul.inputs-list li label {
|
||||
padding-top: 0;
|
||||
}
|
||||
/*
|
||||
Tables
|
||||
* Tables.less
|
||||
* Tables for, you guessed it, tabular data
|
||||
*/
|
||||
/* Baseline styles
|
||||
-------------------------------------------------- */
|
||||
@ -1107,8 +1108,8 @@ table.zebra-striped th.headerSortUp.purple, table.zebra-striped th.headerSortDow
|
||||
background-color: #e2d5f0;
|
||||
}
|
||||
/*
|
||||
Patterns.less
|
||||
Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
* Patterns.less
|
||||
* Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
*/
|
||||
/* Top bar
|
||||
-------------------------------------------------- */
|
||||
|
4
lib/bootstrap.less
vendored
4
lib/bootstrap.less
vendored
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Master Stylesheet
|
||||
This file is only for importing all required stylesheets for LESS to include and then compile.
|
||||
* Master Stylesheet
|
||||
* This file is only for importing all required stylesheets for LESS to include and then compile.
|
||||
*/
|
||||
|
||||
// CSS Reset
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Forms
|
||||
Base line styles for various input types, form layouts, and states
|
||||
* Forms.less
|
||||
* Base line styles for various input types, form layouts, and states
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Patterns.less
|
||||
Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
* Patterns.less
|
||||
* Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Preboot
|
||||
Variables and mixins to pre-ignite any new web development project
|
||||
* Preboot.less
|
||||
* Variables and mixins to pre-ignite any new web development project
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Global Reset
|
||||
Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
*/
|
||||
|
||||
// Eric Meyer reset
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Scaffolding
|
||||
Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
* Scaffolding
|
||||
* Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
*/
|
||||
|
||||
/* Baseline Grid System
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
Tables
|
||||
* Tables.less
|
||||
* Tables for, you guessed it, tabular data
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Typography
|
||||
Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
* Typography.less
|
||||
* Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user