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
Last revisionBoth sides next revision
spec:css3-grid-layout [2012/08/14 13:53] pcuppspec:css3-grid-layout [2014/04/18 09:38] – [CSS3 Grid Layout] fantasai
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.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki