mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
adding bootstrap layout.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user