File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
backend/reviews/templates Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 234234 .sortable : hover {
235235 text-decoration : underline;
236236 }
237+
238+ /* Center-align columns */
239+ .results-table th : nth-child (1 ), # number column
240+ .results-table th : nth-child (3 ), # score column
241+ .results-table th : nth-child (4 ), # std dev column
242+ .results-table th : nth-child (6 ), # current status column
243+ .results-table th : nth-child (7 ), # pending status column
244+ .results-table td : nth-child (1 ), # number column
245+ .results-table td : nth-child (3 ), # score column
246+ .results-table td : nth-child (4 ), # std dev column
247+ .results-table td : nth-child (6 ), # current status column
248+ .results-table td : nth-child (7 ), # pending status column
249+ {
250+ text-align : center;
251+ }
237252</ style >
238253< script type ="application/javascript ">
239254 const grantsById = { } ;
You can’t perform that action at this time.
0 commit comments