comparison about-mozilla.css @ 13:efd49c761dbe default tip

Really ugly, confusing use of CSS3 columns. The -moz-column-width seems to only be a general guideline or something, as it's impossible to get the columns to line up w/ other page elements.
author Atul Varma <varmaa@toolness.com>
date Mon, 02 Mar 2009 08:52:23 -0800
parents e357d4e48bb2
children
comparison
equal deleted inserted replaced
12:e357d4e48bb2 13:efd49c761dbe
36 #body { 36 #body {
37 } 37 }
38 38
39 .entry { 39 .entry {
40 background: white; 40 background: white;
41 width: 20em;
41 float: left; 42 float: left;
42 width: 20em;
43 } 43 }
44 44
45 .headline { 45 .headline {
46 font-weight: bold; 46 font-weight: bold;
47 height: 3em;
48 padding: 6pt; 47 padding: 6pt;
49 border-top: 1px dotted gray;
50 border-bottom: 1px dotted gray;
51 } 48 }
52 49
53 .content { 50 .content {
54 padding-left: 6pt; 51 padding-left: 6pt;
55 padding-right: 6pt; 52 padding-right: 6pt;
53 padding-bottom: 6pt;
54 -moz-column-width: 20em;
55 -moz-column-gap: 6pt;
56 } 56 }
57 57
58 #raw-issue { 58 #raw-issue {
59 display: none; 59 display: none;
60 } 60 }