CSS
Search
Search
table-layout
Defines the algorithm used to lay out table cells, rows, and columns
6:02 am, September 25, 2020 table
empty-cells
Specifies whether or not to display borders and background on empty cells in a table
6:02 am, September 25, 2020 empty
caret-color
Specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable. auto|color
6:02 am, September 25, 2020 caret
caption-side
Specifies the placement of a table caption. As this site uses bootstrap the reset forces the caption to the bottom, so have to manually override it to set this correcrtly.
6:02 am, September 25, 2020 caption
border-spacing
Sets the distance between the borders of adjacent cells border-spacing: length|initial|inherit; Note: works on table elements and must have border-collapse: separate; set.
6:02 am, September 25, 2020 border
border-collapse
controls if the borders of a table element should collapse into a single border or be seperated
6:55 am, September 22, 2020 border