Skip to content

Commit d3a3109

Browse files
committed
*** empty log message ***
1 parent dcfd520 commit d3a3109

1 file changed

Lines changed: 9 additions & 32 deletions

File tree

css3-multicol/tests/01.html

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,15 @@
66
<head>
77
<title>Suggestion for Multi Column Layout scrolling issue</title>
88
<style type="text/css" media="all">
9-
body {
10-
font-size: 12px;
11-
margin: 4em;
12-
line-height: 1.3em;
13-
xwidth: 90em;
14-
}
15-
h1 {
16-
font-size: 1.333em;
17-
line-height: 1.125em;
18-
margin: 0 0 1.125em 0;
19-
}
20-
21-
22-
p {
23-
margin-top: 1.5em;
24-
margin-bottom: 0;
25-
}
26-
p + p {
27-
margin-top: 0;
28-
text-indent: 1.5em;
29-
}
30-
div {
31-
border: thin solid blue;
32-
column-count: 3; -webkit-column-count: 3; -moz-column-count: 3;
33-
column-rule: 1px solid #696969; -webkit-column-rule: 1px solid #696969; -moz-column-rule: 1px solid #696969;
34-
column-gap: 20px; -moz-column-gap: 20px; -webkit-column-gap: 20px;
35-
36-
height: 70px;
37-
margin-top: 2em;
38-
39-
}
40-
9+
div {
10+
border: thin solid blue;
11+
column-count: 3; -webkit-column-count: 3; -moz-column-count: 3;
12+
column-rule: 1px solid #696969; -webkit-column-rule: 1px solid #696969; -moz-column-rule: 1px solid #696969;
13+
column-gap: 20px; -moz-column-gap: 20px; -webkit-column-gap: 20px;
14+
font: 16px/20px sans-serif;
15+
height: 70px;
16+
margin-top: 2em;
17+
}
4118
</style>
4219
</head>
4320
<body>

0 commit comments

Comments
 (0)