Changes between Version 3 and Version 4 of Ticket #16461, comment 43
- Timestamp:
- 08/01/2012 09:03:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16461, comment 43
v3 v4 5 5 .grad-to-top { 6 6 background: #fff; 7 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#000));7 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000)); 8 8 background-image: -webkit-linear-gradient(top, #fff, #000); 9 9 background-image: -moz-linear-gradient(top, #fff, #000); … … 14 14 .grad-to-bottom { 15 15 background: #fff; 16 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));16 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#000)); 17 17 background-image: -webkit-linear-gradient(bottom, #fff, #000); 18 18 background-image: -moz-linear-gradient(bottom, #fff, #000); … … 24 24 .grad-to-bottom-with-color-stops { 25 25 background: #fff; 26 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #000));26 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #000)); 27 27 background-image: -webkit-linear-gradient(bottom, #fff 0%, #000 100%); 28 28 background-image: -moz-linear-gradient(bottom, #fff 0%, #000 100%);