Fix background-size with background-repeat x and y as well (#447)

This commit is contained in:
MoyuScript
2014-09-27 18:03:18 +03:00
parent b36372bf6c
commit 6d01d29b27
4 changed files with 31 additions and 29 deletions

View File

@ -40,6 +40,8 @@
</head>
<body>
<div class="container"></div>
<div class="container" style="background-repeat: repeat-y"></div>
<div class="container" style="background-repeat: repeat-x"></div>
<div class="horizontal">
<div style='background-size: cover;'></div>