Skip to content

Commit df45acd

Browse files
committed
main.css: highlight also border for the colums and rows in tables.
No functional changes. [ci skip]
1 parent 0814b35 commit df45acd

File tree

1 file changed

+2
-2
lines changed
  • src/main/webapp/WEB-INF/static/styles

1 file changed

+2
-2
lines changed

src/main/webapp/WEB-INF/static/styles/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
/* Only for debug: highlight borders of rows and columns */
77
/*
8-
.row {
8+
.row, tr {
99
border: solid 1px red;
1010
}
1111
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
12-
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
12+
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, td {
1313
border: solid 1px green;
1414
}
1515
*/

0 commit comments

Comments
 (0)