Fix bottom padding on stream list

(imported from commit 5f92b313919eadaa114da3a2fb1160f2eb3a30f5)
This commit is contained in:
Allen Rabinovich 2014-02-27 17:09:16 -07:00 committed by Jessica McKellar
parent 1eae686443
commit 8ea941e783
1 changed files with 2 additions and 2 deletions

View File

@ -349,8 +349,8 @@ a:hover code {
#stream_filters {
overflow-x: visible;
overflow-y: hidden;
margin: 2px 0px 0px 0px;
padding: 0 0 10px 0;
margin: 2px 0px 10px 0px;
padding: 0;
font-weight: normal;
position: relative;
}