Remove transparent background in tables

This commit is contained in:
Fabrice Niessen 2015-05-08 12:24:01 +02:00
parent bc636e35a9
commit f04cddd8dc
2 changed files with 10 additions and 2 deletions

View File

@ -350,7 +350,7 @@ table td,table th{
margin:0;
overflow:visible;
padding:8px 16px;
background-color: transparent;
background-color:white;
border: 1px solid #e1e4e5;
}
@ -369,6 +369,10 @@ table tr:nth-child(2n-1) td{
background-color:#f3f6f6;
}
table tr:nth-child(2n) td{
background-color:white;
}
.figure p{
color:#000;
font:italic 85%/1 arial,sans-serif;

View File

@ -454,7 +454,7 @@ table td,table th{
margin:0;
overflow:visible;
padding:8px 16px;
background-color: transparent;
background-color:white;
border: 1px solid #e1e4e5;
}
@ -480,6 +480,10 @@ table caption{
table tr:nth-child(2n-1) td{
background-color:#f3f6f6;
}
table tr:nth-child(2n) td{
background-color:white;
}
#+end_src
* Images