Преглед изворни кода

Fix #4 Update css template

Avoids table css being applied to help text overlay
tags/v0.2.0
Garrick Aden-Buie пре 8 година
родитељ
комит
455579c25c
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      inst/resources/template.css

+ 3
- 3
inst/resources/template.css Прегледај датотеку

border-left: solid 5px {{blockquote_left_border_color}}; border-left: solid 5px {{blockquote_left_border_color}};
padding-left: 1em; padding-left: 1em;
} }
table {
.remark-slide table {
margin: auto; margin: auto;
border-top: 1px solid {{table_border_color}}; border-top: 1px solid {{table_border_color}};
border-bottom: 1px solid {{table_border_color}}; border-bottom: 1px solid {{table_border_color}};
} }
table thead th { border-bottom: 1px solid {{table_row_border_color}}; }
.remark-slide table thead th { border-bottom: 1px solid {{table_row_border_color}}; }
th, td { padding: 5px; } th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: {{table_row_even_background_color}} }
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: {{table_row_even_background_color}} }
table.dataTable tbody { table.dataTable tbody {
background-color: {{background_color}}; background-color: {{background_color}};
color: {{text_color}}; color: {{text_color}};

Loading…
Откажи
Сачувај