Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
spec:css3-grid-layout [2012/08/14 13:53] pcuppspec:css3-grid-layout [2014/12/09 15:48] (current) – external edit 127.0.0.1
Line 3: Line 3:
 This page contains material to facilitate discussion of issues surrounding the CSS3 Grid Layout module. This page contains material to facilitate discussion of issues surrounding the CSS3 Grid Layout module.
  
 +<note>
 +This page is no longer used and exists only for historical reasons.
 +File issues by emailing www-style.
 +</note>
 ===== spec pointers ===== ===== spec pointers =====
  
Line 142: Line 146:
     <head>     <head>
     <style>     <style>
 +      #container{display:grid; grid-auto-flow:columns;}
       label{grid-column: 1;}       label{grid-column: 1;}
-      input{grid-column: 2; }+      input{grid-column: 2;}
     </style>     </style>
     </head>     </head>
 
spec/css3-grid-layout.1344977627.txt.gz · Last modified: 2014/12/09 15:48 (external edit)
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki