Skip to content

Commit fb6c3e7

Browse files
committed
[css3-layout/ex-aapje.html] Syntax synchronized with the spec.
1 parent 53bd2de commit fb6c3e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-template/ex-aapje.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<script type="text/javascript">$(function() {$.setTemplateLayout();});</script>
77

88
<style type="text/css">
9-
dl { grid: "ab"
10-
"cd" }
9+
dl { grid: "a b"
10+
"c d" }
1111
#sym1 { flow: a }
1212
#lab1 { flow: b }
1313
#sym2 { flow: c }

0 commit comments

Comments
 (0)