Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger
2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View File

@@ -14,14 +14,13 @@ ul {
}
li {
color: white;
margin: 0 3px 0 0;
margin: 0;
width: 3.3333em;
display: inline-block;
}
</style>
</head><body><ul>
<li>EFGH</li>
<li>ABCD</li>
<li>IJKL</li>
<li>EFGH</li><li>ABCD</li><li>IJKL</li>
</ul>
</body></html>