... | in view_standard.naml |
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
<macro name="standard_table_stylesheet">
<style type="text/css">
table.main {
width:100%;
border-width: 1px;
border-style: solid;
border-collapse:collapse;
}
table.main td {
padding:.1em;
height:2.2em;
}
tr.header-row td {
font-weight:bold;
padding: .1em .2em;
border-bottom-width: 1px;
border-bottom-style: solid;
}
</style>
</macro>
|
Powered by Nabble | NAML |