6 lines
255 B
CSS
6 lines
255 B
CSS
table td {padding: 0 10px; vertical-align: top;}
|
|
table tr > td:first-child {padding-left: 0;}
|
|
table tr > td:last-child {padding-right: 0;}
|
|
.modulegroup {font-weight:bold; padding-top:8px; border-top:1px solid #ddd;}
|
|
td.w-200px a:hover {font-weight:bold;}
|