17 lines
451 B
CSS
17 lines
451 B
CSS
/**
|
|
* All of the CSS for your public-facing functionality should be
|
|
* included in this file.
|
|
*/
|
|
|
|
span.revslider-weather-data {
|
|
transition: inherit!important;
|
|
text-align: inherit!important;
|
|
line-height: inherit!important;
|
|
border-width: inherit!important;
|
|
margin: inherit!important;
|
|
padding: inherit!important;
|
|
letter-spacing: inherit!important;
|
|
font-weight: inherit!important;
|
|
font-size: inherit!important;
|
|
font-style: inherit;
|
|
} |