Move color CSS rules into their own files. minify bootstrap

This commit is contained in:
Graham 2015-01-03 15:27:15 -05:00
parent 829cc090fa
commit e4de90c38b
5 changed files with 79 additions and 6476 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -37,3 +37,20 @@ footer {
.chat-shadow {
color: #aaaaaa;
}
.drink {
border: 2px solid #0000cc;
}
#drinkcount {
background-color: #000000;
color: #ffffff;
}
#plmeta {
border: 1px solid #aaaaaa;
}
#userlist, #messagebuffer {
border: 1px solid #aaaaaa;
}

View file

@ -6864,3 +6864,20 @@ input.form-control[type="email"], textarea.form-control {
.chat-shadow {
color: #777777;
}
.drink {
border: 2px solid #0000cc;
}
#drinkcount {
background-color: #000000;
color: #ffffff;
}
#plmeta {
border: 1px solid #aaaaaa;
}
#userlist, #messagebuffer {
border: 1px solid #aaaaaa;
}