Use bootstrap containers.

This commit is contained in:
2018-12-28 15:17:28 +00:00
parent 6d52e09d51
commit bd786b51b9
8 changed files with 119 additions and 54 deletions

View File

@@ -9545,5 +9545,28 @@ h3 {
border-color: #AAAAAA;
}
}
footer {
background-color: #AA5500;
color: #000;
}
header {
background-color: #55FFFF;
color: #000;
text-align: center;
}
header a {
color: #FF55FF;
}
header a:hover {
color: #FF5555;
text-decoration: none;
}
footer a:hover {
text-decoration: none;
}
/*# sourceMappingURL=dicserver.css.map */