document positioning
This commit is contained in:
@@ -428,4 +428,17 @@ table {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// document list style
|
||||
ul.document-list {
|
||||
> li {
|
||||
padding: @table-condensed-cell-padding;
|
||||
line-height: @line-height-base;
|
||||
border-top: 1px solid @table-border-color;
|
||||
&:nth-child(odd) {
|
||||
background-color: @table-bg-accent;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user