mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
added footer to bootstrap layout.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
body {
|
||||
background: #191919 url(images/background.jpg) no-repeat right top;
|
||||
font-size: 13px;
|
||||
color: #3C3C3C;
|
||||
@@ -34,6 +33,14 @@ body
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
text-decoration: none;
|
||||
font-weight: lighter;
|
||||
margin: 20px 0 30px 0;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user