fix table ratio

This commit is contained in:
Gaspard Jankowiak 2014-01-28 13:43:46 +01:00
commit c56c2db3cb
4 changed files with 20 additions and 48 deletions

View file

@ -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; }