78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
*/
#lexicon_table {
width: 600px;
height: 650px;
}
.list_header {
padding: 2px 10px;
font-weight: bold;
background-color: hsl(0, 0%, 95%);
border-bottom: 1px solid hsl(0, 0%, 50%);
}
.info_label {
width: 120px;
}
|
|
|
|
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
*/
#lexicon_table {
width: 600px;
height: 650px;
}
.listheader {
padding: 2px 0;
font-weight: bold;
background-color: hsl(0, 0%, 95%);
border-bottom: 1px solid hsl(0, 0%, 50%);
}
.info_label {
width: 120px;
}
|