mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fixing border to not be applied to children
This commit is contained in:
parent
a2dc56d6e5
commit
912906578a
@ -116,6 +116,12 @@ pre {
|
|||||||
table.fullwidth {
|
table.fullwidth {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
table.fullwidth > tbody > tr {
|
||||||
|
border-bottom: 1px solid #cccccc;
|
||||||
|
}
|
||||||
|
table.fullwidth > tbody tr:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
table thead tr th {
|
table thead tr th {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@ -125,13 +131,9 @@ table thead tr th {
|
|||||||
table tbody tr td {
|
table tbody tr td {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
border-bottom: 1px solid #cccccc;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
table tbody tr:last-child td {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background-color: #89BF04;
|
background-color: #89BF04;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user