Skip to content

Commit 6e5c842

Browse files
committed
chore(main.css): add commented out style for <figure> to highlight it during debugging.
1 parent d23651c commit 6e5c842

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
.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
}
15+
figure {
16+
border: solid 1px blue;
17+
}
1518
*/
1619

1720
body,

0 commit comments

Comments
 (0)