Merge branch 'master' of http://git.local.twitter.com/bootstrap
This commit is contained in:
commit
cddc565d07
9 changed files with 86 additions and 144 deletions
|
|
@ -1,11 +1,10 @@
|
|||
/*
|
||||
* Typography.less
|
||||
/* Typography.less
|
||||
* Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
*/
|
||||
* ---------------------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
/* Body text
|
||||
-------------------------------------------------- */
|
||||
// Body text
|
||||
// ---------
|
||||
|
||||
p {
|
||||
#font > .shorthand(normal,@basefont,@baseline);
|
||||
|
|
@ -16,9 +15,8 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* Headings
|
||||
-------------------------------------------------- */
|
||||
// Headings
|
||||
// --------
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
|
|
@ -68,8 +66,8 @@ h6 {
|
|||
|
||||
|
||||
|
||||
/* Colors
|
||||
-------------------------------------------------- */
|
||||
// Colors
|
||||
// ------
|
||||
|
||||
// Unordered and Ordered lists
|
||||
ul, ol {
|
||||
|
|
@ -110,9 +108,8 @@ dl {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* Misc
|
||||
-------------------------------------------------- */
|
||||
// Misc
|
||||
// ----
|
||||
|
||||
// Horizontal rules
|
||||
hr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue