1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
|
{ "#usetupEditCapability",
"format for capabilities string, mentioned on the user edit page",
@ font-weight: bold;
},
{ "#canvas", "timeline graph node colors",
@ color: black;
@ background-color: white;
},
{ 0,
0,
0
}
};
|
>
>
>
>
>
>
>
>
>
>
|
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
|
{ "#usetupEditCapability",
"format for capabilities string, mentioned on the user edit page",
@ font-weight: bold;
},
{ "#canvas", "timeline graph node colors",
@ color: black;
@ background-color: white;
},
{ "table.adminLogTable",
"Class for the /admin_log table",
@ text-align: left
},
{ ".adminLogTable .adminTime",
"Class for the /admin_log table",
@ text-align: left
@ vertical-align: top;
@ white-space: nowrap;
},
{ 0,
0,
0
}
};
|