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

21 lines
304 B
CSS
Raw Normal View History

2013-01-17 03:39:42 +03: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;
}