Skip to content

Commit 0e69e94

Browse files
fixing styling of tables
1 parent 03cdcc2 commit 0e69e94

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

2018/january/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
table, tr, td {background: none; border: none;}
12
.rendered_html code {background-color: #e0e0e0;}

2018/january/pandas-bugfixing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11791,7 +11791,7 @@ <h1 id="London-Python-Sprints">London Python Sprints<a class="anchor-link" href=
1179111791
<div class="inner_cell">
1179211792
<div class="text_cell_render border-box-sizing rendered_html">
1179311793
<h2 id="Our-sponsor">Our sponsor<a class="anchor-link" href="#Our-sponsor">&#182;</a></h2><table>
11794-
<tr style="background: none; border: none;">
11794+
<tr>
1179511795
<td>
1179611796
<p>Thanks once again to <b><a href="https://www.linkedin.com/in/hamishpitkeathly/">Hamish</a></b> and <b>Harvey Nash</b> for hosting us, and for the pizza and beers for the session.</p>
1179711797

2018/january/pandas-bugfixing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"## Our sponsor\n",
2020
"\n",
2121
"<table>\n",
22-
" <tr style=\"background: none; border: none;\">\n",
22+
" <tr>\n",
2323
" <td>\n",
2424
" <p>Thanks once again to <b><a href=\"https://www.linkedin.com/in/hamishpitkeathly/\">Hamish</a></b> and <b>Harvey Nash</b> for hosting us, and for the pizza and beers for the session.</p>\n",
2525
"\n",

0 commit comments

Comments
 (0)