Update css

This commit is contained in:
Graham 2015-01-03 18:21:33 -05:00
parent fb1636552b
commit 207ad43140
6 changed files with 117 additions and 48 deletions

View file

@ -59,4 +59,20 @@ footer {
#userlist, #messagebuffer {
border: 1px solid #aaaaaa;
}
}
#chatheader, #currenttitle {
border: 1px solid #cccccc;
border-bottom-width: 0;
border-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.queue_entry {
line-height: 22px;
padding: 2px;
font-size: 8pt;
border: 1px solid #aaaaaa;
border-top-width: 0;
}

File diff suppressed because one or more lines are too long

View file

@ -53,4 +53,20 @@ footer {
#userlist, #messagebuffer {
border: 1px solid #aaaaaa;
}
}
#chatheader, #currenttitle {
border: 1px solid #cccccc;
border-bottom-width: 0;
border-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.queue_entry {
line-height: 22px;
padding: 2px;
font-size: 8pt;
border: 1px solid #aaaaaa;
border-top-width: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long