Add user options menu

This commit is contained in:
calzoneman 2013-04-28 12:57:08 -05:00
parent 89f7e26450
commit 8d6b228f8f
5 changed files with 148 additions and 1 deletions

View file

@ -991,3 +991,8 @@ li.alert-info {
#footer {
background-color: #111111;
}
.modal, .modal-footer, .modal option {
background-color: #2f2f2f;
border-color: #000000;
}