improve CSS properties for centering content, the container, and fluid container so as to not override properties where possible

This commit is contained in:
Mark Otto
2011-09-02 21:00:01 -07:00
parent 2589c0ac4e
commit c4481b54a8
4 changed files with 17 additions and 11 deletions

View File

@@ -70,7 +70,8 @@
// Center-align a block level element
.center-block {
display: block;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
}
// Sizing shortcuts