Commit 7e07c89b authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

parents ed7fe0e5 8f040962
15 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
Showing with 12 additions and 11 deletions
+12 -11
...@@ -52,7 +52,8 @@ a.text-success:focus { color: darken(@state-success-text, 10%); } ...@@ -52,7 +52,8 @@ a.text-success:focus { color: darken(@state-success-text, 10%); }
// Headings // Headings
// ------------------------- // -------------------------
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: @headings-font-family; font-family: @headings-font-family;
font-weight: @headings-font-weight; font-weight: @headings-font-weight;
line-height: @line-height-base; line-height: @line-height-base;
...@@ -81,17 +82,17 @@ h6 { ...@@ -81,17 +82,17 @@ h6 {
margin-bottom: (@line-height-base / 2); margin-bottom: (@line-height-base / 2);
} }
h1 { font-size: (@font-size-base * 2.75); font-size: 4rem; } // ~38px h1, .h1 { font-size: (@font-size-base * 2.75); font-size: 4rem; } // ~38px
h2 { font-size: (@font-size-base * 2.25); font-size: 3rem; } // ~32px h2, .h2 { font-size: (@font-size-base * 2.25); font-size: 3rem; } // ~32px
h3 { font-size: (@font-size-base * 1.75); font-size: 2.5rem; } // ~24px h3, .h3 { font-size: (@font-size-base * 1.75); font-size: 2.5rem; } // ~24px
h4 { font-size: (@font-size-base * 1.25); font-size: 2rem; } // ~18px h4, .h4 { font-size: (@font-size-base * 1.25); font-size: 2rem; } // ~18px
h5 { font-size: @font-size-base; font-size: 1.6rem; } h5, .h5 { font-size: @font-size-base; font-size: 1.6rem; }
h6 { font-size: (@font-size-base * 0.85); font-size: 1.2rem; } // ~12px h6, .h6 { font-size: (@font-size-base * 0.85); font-size: 1.2rem; } // ~12px
h1 small { font-size: (@font-size-base * 1.75); } // ~24px h1 small, .h1 small { font-size: (@font-size-base * 1.75); } // ~24px
h2 small { font-size: (@font-size-base * 1.25); } // ~18px h2 small, .h2 small { font-size: (@font-size-base * 1.25); } // ~18px
h3 small { font-size: @font-size-base; } h3 small, .h3 small { font-size: @font-size-base; }
h4 small { font-size: @font-size-base; } h4 small, .h4 small { font-size: @font-size-base; }
// Page header // Page header
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment