1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

few more property orders

This commit is contained in:
Jacob Thornton
2012-04-16 15:37:17 -07:00
parent 457859feba
commit a3ec868ac2
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
padding-left: @gridGutterWidth;
padding-right: @gridGutterWidth;
padding-left: @gridGutterWidth;
.clearfix();
}