Skip to content
Snippets Groups Projects
Commit 1d803b54 authored by Jan Prachař's avatar Jan Prachař
Browse files

style: list inside table cell

parent d1c7e74e
Branches
No related tags found
No related merge requests found
......@@ -115,6 +115,12 @@ table.data tbody tr:hover {
background-color: #ddd;
}
td ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
table.data tr td, table.data tr th {
border: 1px solid #222;
padding: 0.1ex 0.5ex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment