fix table ratio
This commit is contained in:
parent
ab87471d64
commit
c56c2db3cb
4 changed files with 20 additions and 48 deletions
|
|
@ -57,6 +57,10 @@ th, td { padding: 0.3em; }
|
|||
tr { border-bottom: 1px solid $dim; }
|
||||
tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; }
|
||||
|
||||
.publi_table td:nth-child(1) { width: 30%; }
|
||||
.publi_table td:nth-child(2) { width: 60%; }
|
||||
.publi_table td:nth-child(3) { width: 10%; }
|
||||
|
||||
ul { list-style-image: url('../images/bullet_dark.png'); }
|
||||
li { margin-left: 1em; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue