fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
prevent empty span in a new node
[fnpeditor.git]
/
libs
/
bootstrap
/
less
/
layouts.less
1
//
2
// Layouts
3
// --------------------------------------------------
4
5
6
// Container (centered, fixed-width layouts)
7
.container {
8
.container-fixed();
9
}
10
11
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
12
.container-fluid {
13
padding-right: @gridGutterWidth;
14
padding-left: @gridGutterWidth;
15
.clearfix();
16
}