Remove transparent background in tables

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

View File

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