Removed black line from contact list and message list

This commit is contained in:
Maxim Voloshin 2016-10-03 15:24:55 +03:00
parent 98bc16801c
commit d2c2936efa
2 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,7 @@
font-size: 10pt;
width: 100%;
height: 90%;
overflow-y: scroll;
overflow-x: hidden;
overflow: auto;
word-wrap: break-word;
a:link {

View File

@ -7,8 +7,7 @@
margin: 0px;
padding: 0px;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
overflow: auto;
}
.clickable {