1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/NzbDrone.Web/Content2/base.css

21 lines
304 B
CSS
Raw Normal View History

2013-01-17 01:39:42 +01:00
#footer {
background: #41B1E1;
position: fixed;
bottom: 0;
width: 100%;
color: white;
padding: 5px;
font-size: 15px;
opacity: 0.7;
}
#footer .pull-right {
padding-right: 20px;
}
#footer a {
color: white;
padding-left: 20px;
}