Template:SW/republic.css
Jump to navigation
Jump to search
/* Annotated version */ .foo { /* Fallback color in case background-image gradient is not supported */ background-color: #444; /* Standard syntax supported by Firefox 16+, Opera 12.5+, IE10+ */ background-image: linear-gradient( to bottom, #444, #999 ); }