Chris Rebert
be508e043c
copyediting
2013-12-15 18:13:50 -08:00
Mark Otto
2979e4bcea
Add new form feedback states, clean up existing form styles
...
New stuff:
* Adds `.has-feedback` and `.form-control-feedback` to show icon-based
form feedback to users. Fixes #11836 .
* Removes the `width: 1em` on `.glyphicon` because it makes it
impractical to resize the width of all icons, even if they’re not
“empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work,
nor would a class preceeded by a parent class.
Clean up:
* Sets `width: auto;` on all `.form-control`s within inline forms.
* Removes all the inline `select` menu `width` styles because all
inputs are now `auto`.
* Update form states docs to separate out sections better.
2013-12-15 17:15:09 -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
a13d459491
Clarify number of columns in nested grid
2013-12-15 13:08:17 -08:00
Zlatan Vasović
ae170a5930
Fix wrong variable name
2013-12-15 11:47:23 +01: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
Mark Otto
67b536ea51
change class name
2013-12-14 21:25:57 -08:00
Mark Otto
4da03c83c5
correct bookmark prefix
2013-12-14 19:31:20 -08:00
Mark Otto
88a8669656
document #11326
2013-12-14 19:31:03 -08:00
Mark Otto
f1869771bc
Fixes #10505 : Document more of LESS vars and mixins
2013-12-14 14:18:43 -08:00
Mark Otto
a3a2525124
Fixes #11837 : grid containers are fixed width now, no longer max-width
2013-12-11 10:52:47 -08:00
Mark Otto
6273604601
Add .container-fluid variation for full-width containers and layouts
...
/cc #10711 #9862
2013-12-07 20:52:51 -08:00
Mark Otto
b1215d1b2e
Fixes #11193 : Add kbd element styles to indicate user input via keyboard
2013-12-07 12:18:13 -08:00
Mark Otto
fe58357df1
Fixes #10884 : Adds .info variant to contextual table classes
2013-12-07 11:56:35 -08:00
Mark Otto
66f9c7d6d5
Fixes #11436 : mention in docs that .container isn't nestable; update docs to mention width, not max-width
2013-12-04 21:10:13 -08:00
Chris Rebert
7a9d9f7dc4
account for #11050 in the docs
2013-12-03 11:22:56 -08:00
Mark Otto
dd05c0e0a7
fixes #11508 : mention in docs that inline forms only work at 768px and up
2013-12-01 13:51:17 -08:00
Mark Otto
b5f9cc2057
Merge branch 'master' into pr/11414
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-28 15:55:17 -08:00
Rakhat Jabagin
bf62a6241a
add role form for horizontal form example
2013-11-21 12:04:48 +06:00
Zlatan Vasović
0da3901ed5
Add missing .small
styles and docs
2013-11-08 10:33:22 +01:00
Ore Landau
eae1af1d27
Fixed links
...
Links to same-page anchors were treated as external links.
2013-11-04 12:33:43 +02:00
Chris Rebert
54cd0f8c2f
rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
2013-10-23 23:41:17 -07:00
Mark Otto
96a19c18fb
copy change, add to buttons anchor section
2013-10-17 14:47:27 -07:00
Mark Otto
f660bd4205
clarify more grid stuff, specifically 100% fluid designs; fixes #10711
2013-10-13 19:36:39 -07:00
Mark Otto
950453db43
mention rows must be in containers in grid docs
2013-10-13 19:31:39 -07:00
Mark Otto
bf4c714851
follow up to #10102 , cc @cvrebert
2013-10-13 19:12:23 -07:00
Mark Otto
ed12d41cae
add docs example for #10938 to show responsive column clearing in grid
2013-10-13 19:10:17 -07:00
Mark Otto
2d1fa8cb5b
mention .invisible in docs per #10102
2013-10-13 18:54:15 -07:00
Mark Otto
727a91de1c
another grid .row mention
2013-10-13 17:25:27 -07:00
Mark Otto
49f177fe60
finish grid docs intro for now; needs work though
2013-10-13 17:12:04 -07:00
Mark Otto
be1f0b07f3
mention .small in docs /cc #10102
2013-10-13 16:02:56 -07:00
Mark Otto
12fa502e67
Document caret /cc #10102
2013-10-13 15:23:58 -07:00
Mark Otto
969cb04acb
Fixes #10126 : Update responsive test cases to properly highlight hidden class examples
2013-10-07 15:00:46 -05:00
Chris Rebert
d32380657b
Merge pull request #10962 from twbs/doc-h1-thru-h6-classes
...
document .h1 thru .h6; fixes part of #10102
2013-10-07 00:55:21 -07:00
Chris Rebert
a8afb46688
document .h1 thru .h6; fixes part of #10102
2013-10-06 20:18:03 -07:00
Chris Rebert
bb50e33a30
fix #10961
2013-10-06 16:17:32 -07:00
Mark Otto
ef66c31dd4
Merge pull request #10856 from akalicki/grid_class_docs
...
Better documentation and optimized examples for grid classes
2013-09-30 17:11:55 -07:00
Mark Otto
25954702ea
Merge pull request #10883 from ZDroid/patch-3
...
Remove "Remove margin on the body" from base css docs
2013-09-30 17:08:09 -07:00
Mark Otto
6670026572
Merge pull request #10889 from twbs/contextual-table-docs-xs
...
table contextual classes docs: .col-lg-* => .col-xs-*
2013-09-30 17:07:19 -07:00
Chris Rebert
def45c1f74
table contextual classes docs: .col-lg-* => .col-xs-*
2013-09-30 11:01:29 -07:00
Chris Rebert
0b8a3e65aa
use .col-xs-* in "Forms: Column Sizing" docs so more responsive
2013-09-30 10:52:59 -07:00
Chris Rebert
7247527f04
also use .col-sm-* in other .form-horizontal example for consistency
2013-09-30 10:45:20 -07:00
Zlatan Vasović
f2d90d12dc
Remove "Remove margin on the body" from base css docs
...
Normalize did that.
2013-09-30 19:31:41 +02:00
Alex Kalicki
e34e73714a
Better documentation and optimized examples for grid classes
2013-09-28 22:51:30 -04:00
Mark Otto
1a476b623e
don't include . in link
2013-09-24 21:27:49 -05:00
Chris Rebert
2fa03734a3
add cross-reference to Input Groups in CSS Form docs; fixes #10792
2013-09-24 18:48:38 -07:00
Chris Rebert
af4d102767
Use "Skip to main content" phrasing consistently; further #10786 fixes
2013-09-24 18:02:18 -07:00
Chris Rebert
c4e7e3c933
deprecate .hide; fixes #10446
2013-09-23 12:46:57 -07:00
Zlatan Vasović
73403b78cc
white → #fff
2013-09-19 16:41:06 +02:00
Julian Thilo
10a9601560
Fix #10556
...
Make media queries example in docs clearer
2013-09-10 18:00:58 +02:00