Fixed line ending issues on windows.
This commit is contained in:
parent
27244e0c9e
commit
a805d3131f
5 changed files with 16 additions and 3 deletions
|
@ -1117,6 +1117,20 @@ p.time {
|
|||
.file_name {
|
||||
line-height:30px;
|
||||
width:240px;
|
||||
height:28px;
|
||||
overflow:hidden;
|
||||
}
|
||||
}
|
||||
|
||||
// Fix issue with notes & lists creating a bunch of bottom borders.
|
||||
li.note {
|
||||
.note-title {
|
||||
li {
|
||||
border-bottom:none !important;
|
||||
}
|
||||
.file {
|
||||
padding-left:20px;
|
||||
background:url("icon-attachment.png") no-repeat left center;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue