mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-22 10:36:14 +00:00
17 lines
242 B
CSS
17 lines
242 B
CSS
footer {
|
|
margin-top: 50px;
|
|
padding: 20px;
|
|
font-size: 0.8em;
|
|
color: #666;
|
|
text-align: center;
|
|
}
|
|
|
|
#version-info a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#version-info a:hover {
|
|
text-decoration: underline;
|
|
}
|