mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
[doc] minor fix in the LESS mixins example
This commit is contained in:
2
css.html
2
css.html
@@ -501,7 +501,7 @@ base_url: "../"
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate the large column offsets
|
// Generate the medium column offsets
|
||||||
.make-md-column-offset(@columns) {
|
.make-md-column-offset(@columns) {
|
||||||
@media (min-width: @screen-medium) {
|
@media (min-width: @screen-medium) {
|
||||||
margin-left: percentage((@columns / @grid-columns));
|
margin-left: percentage((@columns / @grid-columns));
|
||||||
|
Reference in New Issue
Block a user