Просмотр исходного кода

add margin between table rows

master
erichhasl 8 лет назад
Родитель
Сommit
f4d38f4b6c
2 измененных файлов: 4 добавлений и 6 удалений
  1. +3
    -5
      web_dev/sas_web/news/static/news/css/partei.css
  2. +1
    -1
      web_dev/sas_web/news/templates/news/partei.html

+ 3
- 5
web_dev/sas_web/news/static/news/css/partei.css Просмотреть файл

@@ -8,10 +8,8 @@
width: 100%; width: 100%;
} }


.trpartei {
line-height: 25px;
}

.tablepartei {
#tablepartei {
border-collapse: separate;
width: 100%; width: 100%;
border-spacing: 0 1em;
} }

+ 1
- 1
web_dev/sas_web/news/templates/news/partei.html Просмотреть файл

@@ -14,7 +14,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<table class="tablepartei">
<table id="tablepartei">
<tr> <tr>
<th style="width:20%"/> <th style="width:20%"/>
<th style="width:80%"/> <th style="width:80%"/>


Загрузка…
Отмена
Сохранить