Merge pull request #783 from bolandrm/rotten_tomatoes_onebox

added rottentomatoes.com onebox
This commit is contained in:
Sam
2013-04-28 20:46:50 -07:00
9 changed files with 1906 additions and 0 deletions

View File

@@ -69,3 +69,18 @@ a.loading-onebox {
}
}
}
// RottenTomatoes Onebox
.onebox-result {
.onebox-result-body {
img.verdict {
float: none;
margin-right: 7px;
}
img.popcorn {
float: none;
margin-left: 20px;
margin-right: 5px;
}
}
}