docs update

This commit is contained in:
Jan Kaluza 2013-03-12 13:02:57 +01:00
parent 3c92143f0f
commit c0fb0472ef

View file

@ -298,12 +298,12 @@ Full-Width Styles
*******************************************************************************/
.outer {
width: 100%;
width:800px;
}
.inner {
position: relative;
max-width: 800px;
max-width: 640px;
padding: 20px 10px;
margin: 0 auto;
}