diff options
| author | Chris Rebert <[email protected]> | 2013-10-15 17:25:34 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-15 17:25:34 -0700 |
| commit | e317e116fda3b43a79cca672e120f5930a612ee1 (patch) | |
| tree | c8f9943a6856f37660ee5449cd9d83f54c5315d2 /getting-started.html | |
| parent | 401dca0ed74686a05d614e08cdf49eca3312dbbf (diff) | |
| download | bootstrap-e317e116fda3b43a79cca672e120f5930a612ee1.tar.xz bootstrap-e317e116fda3b43a79cca672e120f5930a612ee1.zip | |
add dots to class name references for consistency
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index 3eef6f795..480ab74ff 100644 --- a/getting-started.html +++ b/getting-started.html @@ -668,8 +668,8 @@ bootstrap/ <h2 id="migration-notes">Additional notes</h2> <p>Other changes in v3.0 are not immediately apparent. Base classes, key styles, and behaviors have been adjusted for flexibility and our <em>mobile first</em> approach. Here's a partial list:</p> <ul> - <li>By default, text-based form controls now receive only minimal styling. For focus colors and rounded corners, apply the <code>form-control</code> class on the element to style.</li> - <li>Text-based form controls with the <code>form-control</code> class applied are now 100% wide by default. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li> + <li>By default, text-based form controls now receive only minimal styling. For focus colors and rounded corners, apply the <code>.form-control</code> class on the element to style.</li> + <li>Text-based form controls with the <code>.form-control</code> class applied are now 100% wide by default. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li> <li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes.</li> <li><code>.btn</code> must also use <code>.btn-default</code> to get the "default" button.</li> <li><code>.container</code> and <code>.row</code> are now fluid (percentage-based).</li> |
