use fine dotted lines for separating table rows (instead of odd/even coloring)
This commit is contained in:
parent
dbae765d90
commit
e3eb200438
1 changed files with 8 additions and 1 deletions
|
@ -39,7 +39,7 @@ ol.first, ul.first {
|
||||||
ol li, ul li {
|
ol li, ul li {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
ſ
|
||||||
blockquote ul {
|
blockquote ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -72,21 +72,28 @@ textarea {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.even td {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
table.listing {
|
table.listing {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
/*margin-top: 0.5em; */
|
/*margin-top: 0.5em; */
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.listing th {
|
table.listing th {
|
||||||
color: #000040;
|
color: #000040;
|
||||||
padding: 0 2px 0 2px;
|
padding: 0 2px 0 2px;
|
||||||
|
border-bottom: 1px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.listing td {
|
table.listing td {
|
||||||
padding: 0 2px 0 2px;
|
padding: 0 2px 0 2px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
border-bottom: 1px dotted #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.box table.listing td {
|
fieldset.box table.listing td {
|
||||||
|
|
Loading…
Add table
Reference in a new issue