2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

breaking down the main page into subpages for easier, more comprehensive documentation

This commit is contained in:
Mark Otto
2011-10-26 23:11:56 -07:00
parent e616026d67
commit 648c468927
8 changed files with 2427 additions and 2109 deletions
+7
View File
@@ -162,12 +162,19 @@
}
// Background clipping
// Heads up: FF 3.6 and under need padding instead of padding-box
.background-clip(@clip) {
-webkit-background-clip: @clip;
-moz-background-clip: @clip;
background-clip: @clip;
}
// Resize anything
.resizable(@direction: both) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Safari fix
}
// CSS3 Content Columns
.content-columns(@columnCount, @columnGap: 20px) {
-webkit-column-count: @columnCount;