Changeset 18286
- Timestamp:
- 06/12/2011 03:34:15 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/style.css
r18285 r18286 541 541 background: #222; /* Show a solid color for older browsers */ 542 542 background: -moz-linear-gradient(#252525, #0a0a0a); 543 background: -o-linear-gradient(#252525, #0a0a0a); 543 544 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */ 544 545 background: -webkit-linear-gradient(#252525, #0a0a0a); … … 606 607 background: #f9f9f9; /* Show a solid color for older browsers */ 607 608 background: -moz-linear-gradient(#f9f9f9, #e5e5e5); 609 background: -o-linear-gradient(#f9f9f9, #e5e5e5); 608 610 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */ 609 611 background: -webkit-linear-gradient(#f9f9f9, #e5e5e5); … … 636 638 -moz-transition-property: width, background; 637 639 -moz-transition-timing-function: ease; 640 -o-transition-duration: 400ms; 641 -o-transition-property: width, background; 642 -o-transition-timing-function: ease; 638 643 width: 45px; 639 644 }
Note: See TracChangeset
for help on using the changeset viewer.