We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a3109 commit 9b8925fCopy full SHA for 9b8925f
1 file changed
css3-multicol/tests/01.html
@@ -8,9 +8,10 @@
8
<style type="text/css" media="all">
9
div {
10
border: thin solid blue;
11
+ padding: 5px;
12
column-count: 3; -webkit-column-count: 3; -moz-column-count: 3;
13
column-rule: 1px solid #696969; -webkit-column-rule: 1px solid #696969; -moz-column-rule: 1px solid #696969;
- column-gap: 20px; -moz-column-gap: 20px; -webkit-column-gap: 20px;
14
+ column-gap: 10px; -moz-column-gap: 10px; -webkit-column-gap: 10px;
15
font: 16px/20px sans-serif;
16
height: 70px;
17
margin-top: 2em;
0 commit comments