client/tags: improve table appearance
This commit is contained in:
parent
29b0fde9a7
commit
25de62411f
|
@ -3,9 +3,22 @@
|
||||||
.tag-list
|
.tag-list
|
||||||
table
|
table
|
||||||
width: 100%
|
width: 100%
|
||||||
|
border-spacing: 0
|
||||||
text-align: left
|
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
|
.usages
|
||||||
text-align: center
|
text-align: center
|
||||||
|
width: 10%
|
||||||
ul
|
ul
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
Loading…
Reference in New Issue