Merge pull request #160 from Youmoo/master

fix typo
This commit is contained in:
jina 2016-02-16 10:41:10 -08:00
commit d88a162e23
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ article[role="main"] {
width: 62.5%;
}
aside[role="complimentary"] {
aside[role="complementary"] {
float: right;
width: 31.25%;
}

View File

@ -7,7 +7,7 @@ article[role="main"]
width: 600px / 960px * 100%
aside[role="complimentary"]
aside[role="complementary"]
float: right
width: 300px / 960px * 100%

View File

@ -7,7 +7,7 @@ article[role="main"] {
width: 600px / 960px * 100%;
}
aside[role="complimentary"] {
aside[role="complementary"] {
float: right;
width: 300px / 960px * 100%;
}