Chris Rebert
1a36e4fa1e
docs & comments: v3.1 => v3.1.0
2014-01-26 17:48:15 -08:00
Mark Otto
3b6ab5075e
Merge branch 'master' into bg-variant
...
Conflicts:
less/mixins.less
2014-01-18 14:40:17 -08:00
Chris Rebert
b121207e10
refactoring: add & use .bg-variant() mixin
2014-01-15 18:21:56 -08:00
Chris Rebert
b886fd2f01
refactoring: add & use .text-emphasis-variant() mixin
2014-01-15 18:07:22 -08:00
Julian Thilo
8fd177bfa7
Fix #12073 : Consistent order of variations
...
This changes the order of component variations throughout the repo (code and docs) to be more consistent.
The order now used everywhere is the one most frequently found in the repo before:
Default, Primary, Success, Info, Warning, Danger
2014-01-07 22:24:45 +01:00
Mark Otto
2854c5c3fb
Fixes #11952 : Refactor blockquote styles
...
* Deprecate .pull-right class for .blockquote-reverse
* Move font-size change to the parent, blockquote, instead of setting on the p element to allow more flexible content
2013-12-19 19:40:08 -08:00
Mark Otto
d15218a09c
Fixes #11899 : Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6)
2013-12-18 09:49:05 -08:00
Chris Rebert
be508e043c
copyediting
2013-12-15 18:13:50 -08:00
Mark Otto
393d523cdb
Fixes #11660 : Depcreate small and .small in blockquote in favor of footer
2013-12-15 14:23:55 -08:00
Mark Otto
a7029edc61
Restyle the blockquote to not thin text or change line-height
2013-12-15 11:29:58 -08:00
Mark Otto
072ccd4dda
Fixes #11572 : Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs
2013-12-14 21:40:16 -08:00
Chris Rebert
10e74a94e6
improve compliance with LESS's strictMath
2013-12-09 15:35:13 -08:00
Mark Otto
0016c17f93
Switch to &:extend(.clearfix all)
for clearfix mixin
...
Original discussion:
https://github.com/less/less.js/issues/1437#issuecomment-21383639 .
Since we’re switching to `grunt-contrib-less`, we can take advantage of
newer LESS features than what RECESS supported. Included in that is the
ability to `:extend`, and not only that, but `:extend(.mixin-name
all)`. By doing so, we remove duplicate CSS for all our elements that
were being clearfix-ed.
Fixes #8947 , #8968 , #8991 , #9257 , #9268 , #9291 , #9430 , #9604 , #9686 ,
#9929 , #10731 , #10793 , #11305 , #11498 , #11533 , #11570 , #11604 , #11652 .
(dem issues, tho)
2013-12-08 23:18:28 -08:00
Haley
3a65b2c11f
Added text-justify class to type.less
2013-12-02 13:29:54 -06:00
Mark Otto
841da88f3f
Remove browser default top margin from dl elements
2013-11-30 23:08:41 -08:00
Mark Otto
67d4e3323d
Fixes #11277 : Drop the abbr element from the .initialism selector
2013-11-30 16:18:07 -08:00
Mark Otto
d2f8b5327b
Fixes #11515 : Reorder the headings with body text and text emphasis classes
2013-11-30 14:58:35 -08:00
Zlatan Vasović
0da3901ed5
Add missing .small
styles and docs
2013-11-08 10:33:22 +01:00
Zlatan Vasović
8a881c78a1
Change tense to imperative
...
Matches this comment with the commit messages and other comments.
2013-10-29 20:06:45 +01:00
Mark Otto
4cfe307abe
Fixes #11206 : remove left padding on first inline list item
2013-10-26 14:13:34 +01:00
Chris Rebert
a58c83a317
add missing space before open curly brace
2013-10-24 19:56:44 -07:00
Zlatan Vasović
8098f4e5ba
Add more functionality to .small
2013-10-12 23:28:50 +02:00
Mark Otto
1adbe2043a
Fixes #10959 : round the .lead values down to nearest pixel via floor()
2013-10-07 14:32:23 -05:00
Mark Otto
000b445a04
Fixes #10755 : Don't remove quotes around q element by default
2013-09-22 09:19:37 -05:00
Zlatan Vasović
50fcaba24f
The last
2013-09-11 10:38:42 +02:00
Zlatan Vasović
886e7037f6
Remove display: block from address
...
<address> is already displayed as block in all browsers (UAs).
2013-09-10 23:27:04 +02:00
Mark Otto
1c4bdb053b
Fixes #10399 : Add hover styles to text emphasis classes
2013-09-04 13:56:32 -07:00
Mark Otto
34f1487146
Fixes #10436 : use screen-sm var instead of hardcoded pixel value
2013-09-04 09:08:52 -07:00
Mark Otto
a245c0d1cd
derp, add on to #10153 with proper variable /cc @ggam
2013-09-01 20:52:23 -07:00
Mark Otto
794d784519
fixes #10153 : restore headings-color variable
2013-09-01 09:49:28 +02:00
Mark Otto
58408b0232
Fixes #10154 : add .small
2013-08-27 09:21:09 -07:00
Mark Otto
2b37d2b533
Update and document use of small
in headings
2013-08-23 14:22:51 -07:00
Chris Rebert
9a4fbde461
add variables for heading font sizes; fixes #9921
2013-08-20 17:49:23 -07:00
Mark Otto
e293873484
smaller h1 and h2
2013-08-18 21:49:05 -07:00
Mark Otto
96136dbb56
Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright
...
Conflicts:
dist/css/bootstrap.min.css
2013-08-05 12:20:52 -07:00
Mark Otto
6af693d160
Fixes #8770 : mobile-first (stacked by default) horizontal dls
2013-08-05 09:10:52 -07:00
liuyl
efac0bf8d6
make pull-right !important
2013-07-28 14:05:47 +08:00
Mark Otto
8349236f8c
Twerk lead font-size for mobile devices
2013-07-26 21:12:48 -07:00
syed
1b8ba0d159
move things around :)
...
Moved pager, pagination, popovers, tooltip, progress bars & type
properties to variables.less
2013-07-26 17:04:15 +05:00
Mark Otto
210ee63693
Fixes #8586 : add addional color text classes to apply all of branch colors easily
2013-07-26 00:18:18 -07:00
Chris Rebert
90fb40b707
twbs ALL the links
2013-07-25 12:24:13 -07:00
Mark Otto
8aa3c375f0
No more left margin on dd elements, fixes #8567
2013-07-23 10:18:34 -07:00
Chris Rebert
86efc140e2
add comments to gloss Unicode codepoint hex
2013-07-18 11:49:39 -07:00
liuyl
0d5c3c2ecf
simplify type.less
2013-07-09 09:22:36 +08:00
Mark Otto
61823dbff1
Move hr
to scaffolding.less (out of type.less) and simplify styles
2013-07-05 14:21:05 -05:00
Mark Otto
2a47037ab0
Fixes #8266 : remove unnecessary strong
and em
styles
2013-06-23 10:24:50 -07:00
Luis Hdez
cd09f3213b
Add heading font family variable
2013-06-20 12:50:30 +02:00
Mark Otto
37f4a25be4
Better clearing on .dl-horizontal
for empty dd
elements
...
Instead of clearing the entire `.dl-horizontal`, we've moved the
clearfix mixin to the `dd` level to solve two problems in one: empty
`dd`s mid-list, and empty `dd` as the last child.
Addresses a few old issues, including #2824 , #3819 , #3821 , #4062 ,
#6707 , and #7180 .
Sorry that took so long :D.
2013-06-17 14:21:16 -07:00
Mark Otto
4436e727ed
Properly unstyle the .list-unstyled
class by switching from margin
to padding
...
Also add better comments
2013-06-17 14:21:16 -07:00
Mark Otto
84c0dc13ba
Remove explicit, unncessary line-height
on li
elements
2013-06-17 14:21:16 -07:00