diff options
| author | Giuliano Velli <[email protected]> | 2012-04-20 17:54:51 +0200 |
|---|---|---|
| committer | Giuliano Velli <[email protected]> | 2012-04-24 17:19:17 +0200 |
| commit | 4fbb400754986b969b40fc12eacfd332ace1a174 (patch) | |
| tree | c837b75461b7a430347225dfd20bbc653472545b /less/bootstrap.less | |
| parent | 6506ede6323ee60d4d7f8171937d92141a64e09e (diff) | |
| download | bootstrap-4fbb400754986b969b40fc12eacfd332ace1a174.tar.xz bootstrap-4fbb400754986b969b40fc12eacfd332ace1a174.zip | |
Added Medias code and documentation
Fix for Issue #1711
Added media.less and edited bootstrap.less and responsive.less to
manage media components.
Added a section to the documentation (Media, in components.html) outlining how Medias work. Edited bootstrap.css and bootstrap-responsive.css to add the code for the demos
Signed-off-by: Giuliano Velli <[email protected]>
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index d115e9567..4802fb4f6 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -52,6 +52,7 @@ // Components: Misc @import "thumbnails.less"; +@import "media.less"; @import "labels.less"; @import "badges.less"; @import "progress-bars.less"; |
