Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6

This commit is contained in:
Ms2ger
2016-03-01 16:08:43 +01:00
parent 40c52d55e2
commit 349c75536d
7391 changed files with 304135 additions and 153491 deletions

View File

@@ -14,7 +14,7 @@
/* outer block */
.container { width: 5em; height: 5em; border: solid; font: 20px/1 Ahem; background: red; display: block; }
/* top and botom */
/* top and bottom */
.float { width: 5em; height: 3em; margin: 0 0 -5em 0; padding: 1em 0; background: red; float: left; }
.inline { color: lime; display: inline; }