[IMP] contributing: update the rst cheat sheet
task - 2810468
closes odoo/documentation#2320
X-original-commit: 9ff312298d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
d58407e75a
commit
6f76ff407f
@@ -0,0 +1,20 @@
|
||||
#wrap main table.o-showcase-table > tbody > tr.row-even .highlight-text {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.o-showcase-table > tbody > tr.row-odd > td {
|
||||
border: 1px solid #d5d5d5;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
table.o-showcase-table > tbody > tr.row-odd > td .highlight-text {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.o-showcase-table > tbody > tr.row-even > td {
|
||||
display: grid;
|
||||
padding: 1rem;
|
||||
background: #f8f8f8;
|
||||
border: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user