client/tags: improve table appearance
This commit is contained in:
parent
29b0fde9a7
commit
25de62411f
|
@ -3,9 +3,22 @@
|
|||
.tag-list
|
||||
table
|
||||
width: 100%
|
||||
border-spacing: 0
|
||||
text-align: left
|
||||
line-height: 1.3em
|
||||
tr:hover td
|
||||
background: $top-nav-color
|
||||
th, td
|
||||
padding: 0.1em 0.5em
|
||||
.names
|
||||
width: 30%
|
||||
.implications
|
||||
width: 30%
|
||||
.suggestions
|
||||
width: 30%
|
||||
.usages
|
||||
text-align: center
|
||||
width: 10%
|
||||
ul
|
||||
list-style-type: none
|
||||
margin: 0
|
||||
|
|
Loading…
Reference in New Issue