Mark Otto
c8a8e76851
fixes #13365 : remove dupe css in grid example
2014-04-17 01:08:54 -07:00
Chris Rebert
ee7498a693
grunt dist
2014-04-09 12:07:27 -07:00
Mark Otto
de86b36b50
grunt dist
2014-04-08 23:59:17 -07:00
Mark Otto
5d78200a66
the space between spaces
2014-04-08 21:07:05 -07:00
Mark Otto
3424195e64
add screenshot
2014-04-08 21:04:02 -07:00
Mark Otto
11a835f566
Merge branch 'master' into equal-height-experiment
2014-04-08 20:51:56 -07:00
Mark Otto
f159ce8b9e
Fixes #13208 : Drop <b> for <span> in code snippets and examples
2014-04-07 22:59:37 -07:00
Julian Thilo
440cedeed3
Fix HTML errors
2014-03-28 13:03:22 +01:00
Julian Thilo
90902db50c
Fix tooltip viewport example
...
- Move example to correct location docs/examples/
- Move custom JS and CSS into stand-alone files
- Update headers and footers
- Copy-editing
2014-03-28 12:48:19 +01:00
Chris Rebert
b57396944a
Add equal-height grid columns as an experimental example.
...
Based on @pete-otaqui's work from #11851
2014-03-27 13:57:50 -07:00
Mark Otto
e5c2531a16
fixes #13026 : Document more Bootstrap components in the Theme and RTL examples
2014-03-24 23:29:11 -07:00
Mark Otto
5c2a9fc9c3
Fixes #13158 : add link to nonresponsive docs in the example
2014-03-24 19:13:29 -07:00
XhmikosR
4f9270cc20
Switch to icon
instead of shortcut icon
to fix the HTML validation tests.
2014-03-24 09:28:40 +02:00
Lewis Cowper
4e2b92f310
[trivial] Updated dates
2014-03-18 00:18:01 +00:00
Chris Rebert
4277ba62d3
add role="alert" to Alert examples, to improve accessibility
...
Per d8fcbcd3fe/README.md (alert)
2014-03-11 19:41:54 -07:00
ORiON-
3ea69a16f9
Fixed typo at docs/examples/rtl/index.php
...
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.
2014-03-11 18:42:49 +02:00
Mark Otto
309ef72ef4
Replace some images on the Carousel example with some base64 encoded 1x1 gifs
2014-03-09 22:38:13 -07:00
Bas Bosman
cb7eb674ac
Add autoprefixer
2014-03-07 09:01:54 +01:00
Mark Otto
645eebba61
Merge pull request #12894 from lipis/patch-2
...
Removed margin-bottom from last p of .blog-footer
2014-03-06 21:11:00 -08:00
Mark Otto
a4df363174
grunt after merging #12917
2014-03-04 14:35:23 -08:00
Mark Otto
64579505d2
Fixes #12916 : Don't let .lead resize on viewport change
2014-03-04 13:52:13 -08:00
Mark Otto
caf332080e
Merge pull request #12897 from avindra/patch-1
...
Fix for stray 1px line under top navigation in Dashboard example
2014-03-04 11:35:32 -08:00
Mark Otto
2ece8dd336
Merge branch 'master' into rtl_via_css_flip
2014-03-03 21:50:03 -08:00
avindra
80ce694b24
Fix for stray 1px line under top navigation
...
If you add an "active" class to one of the <li> elements in the top navigation, and style it so that active tabs have a different color, it becomes clear that there is a 1 pixel stray line under the navigation. This style fixes that.
2014-03-02 16:19:44 -05:00
Lipis
e872955737
Removed margin-bottom from last p of .blog-footer
2014-03-02 11:03:09 +01:00
XhmikosR
ef49635ae2
Fix csslint errors.
2014-02-27 11:15:53 +02:00
Mark Otto
b22f064c2e
Use CSS Flip to generate RTL variation
2014-02-24 19:22:41 -08:00
Mark Otto
449dd83ec3
Fixes #12735 : Fix sidebar hover state in Dashboard example
2014-02-21 15:06:21 -08:00
Marti Kaljuve
6d232c2b9b
Add initial right and left properties to offcanvas example for transitions.
2014-02-11 18:18:21 +02:00
Mark Otto
842af44fcc
Merge branch 'pr/12579'
2014-02-08 15:53:18 -08:00
Zlatan Vasović
bdf9ce4c45
Omit semicolons consistently in docs
2014-02-07 19:31:08 +01:00
Mark Otto
cae76171d0
Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position the sidebar so the potential scrollbar doesn't get hidden by the navbar
2014-02-07 02:44:04 -08:00
Mark Otto
3ccc16cad0
grunt for days
2014-02-07 02:24:37 -08:00
Mark Otto
16bbcd7aff
clarify comment
2014-02-07 01:33:27 -08:00
Mark Otto
f83b201007
Fixes #12526 : Add scrollbars when necessary to the Dashboard example's sidebar
2014-02-07 01:27:07 -08:00
Mark Otto
7eb532262f
Merge pull request #12465 from XhmikosR/docs-img
...
Docs: losslessly compress images.
2014-02-05 14:11:46 -08:00
Mark Otto
28f5f6ecf3
Merge pull request #12512 from ZDroid/placeholder-img-fix
...
Improve alignment of the dashboard placeholder images
2014-02-04 16:21:23 -08:00
Panayiotis Lipiridis
40e1a3bd9f
Sticky footers without any wrappers
2014-02-04 13:56:42 +01:00
XhmikosR
2deb5f9f91
Compress examples screenshots with kraken.io.
...
Before: 1,12 MB (1.174.728 bytes)
After: 1,11 MB (1.173.614 bytes)
2014-02-04 11:33:28 +02:00
XhmikosR
3ab2324df0
Remove double semicolon.
2014-02-04 10:39:02 +02:00
XhmikosR
9f668a5573
Add examples/**/*.css in csscomb task.
2014-02-04 10:39:02 +02:00
XhmikosR
48118576f1
Examples: fix csslint errors.
2014-02-04 09:04:40 +02:00
Chris Rebert
d675284cf6
Safari's justified nav bug is still present as of Safari v7.0.1; fixes #12454
2014-02-03 02:38:18 -08:00
Zlatan Vasović
09f62f6a7a
Improve alignment of the dashboard placeholder images
...
Fixes #12435
2014-02-01 22:46:55 +01:00
Chris Rebert
2c6b099f91
fix "pading-right" [sic] typo in dashboard.css; fixes #12455
2014-01-30 20:39:12 -08:00
XhmikosR
8939268a33
Update jQuery to v1.11.0.
...
Also, use Google's CDN per #11369 .
2014-01-30 20:50:17 +02:00
Chris Riddell
d002f0459d
its an email input
2014-01-30 23:14:05 +10:30
Julian Thilo
af1ba5cf74
Clarify nesting in grid example
2014-01-25 01:58:54 +01:00
Christian
ae579e950b
Update index.html
...
This is very minor, but to help encourage best practises it'd be best to have the input type 'email' for this email input example instead of 'text'
2014-01-21 18:36:48 +09:00
Quy Ton
f2d37ccc23
Additional changes to #12275 and #12292
2014-01-19 07:41:14 -08:00