﻿div.yahoo-weather {
}

ul.weather {
}

    ul.weather li {
        list-style: none;
        display: block;
    }

        ul.weather li span {
            width: 58px;
            display: inline-block;
            margin: 2px 0;
        }

        ul.weather li i {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: transparent none no-repeat 50%;
            margin-right: 5px;
        }

            ul.weather li i.up {
                background-image: url('/DesktopModules/BTBYahooWeather/images/up.png');
            }

            ul.weather li i.down {
                background-image: url('/DesktopModules/BTBYahooWeather/images/down.png');
            }
