Project

General

Profile

Patch #24776 » 0004-Add-margin-between-tables-and-the-following-headings.patch

Mischa The Evil, 2017-01-10 07:30

View differences:

public/stylesheets/application.css
328 328
table.plugins span.description { display: block; font-size: 0.9em; }
329 329
table.plugins span.url { display: block; font-size: 0.9em; }
330 330

  
331
table.list.enumerations {table-layout: fixed;}
331
table.list.enumerations {table-layout: fixed; margin-bottom: 2em;}
332 332

  
333 333
tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; }
334 334
tr.group span.name {font-weight:bold;}
(10-10/10)