Skip to content

Commit e5babb1

Browse files
committed
remove style blocks
1 parent 9f42c17 commit e5babb1

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

README.md

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,6 @@ d_local
114114

115115

116116
<div>
117-
<style scoped>
118-
.dataframe tbody tr th:only-of-type {
119-
vertical-align: middle;
120-
}
121-
122-
.dataframe tbody tr th {
123-
vertical-align: top;
124-
}
125-
126-
.dataframe thead th {
127-
text-align: right;
128-
}
129-
</style>
130117
<table border="1" class="dataframe">
131118
<thead>
132119
<tr style="text-align: right;">
@@ -208,19 +195,6 @@ remote_table_description.head
208195

209196

210197
<div>
211-
<style scoped>
212-
.dataframe tbody tr th:only-of-type {
213-
vertical-align: middle;
214-
}
215-
216-
.dataframe tbody tr th {
217-
vertical-align: top;
218-
}
219-
220-
.dataframe thead th {
221-
text-align: right;
222-
}
223-
</style>
224198
<table border="1" class="dataframe">
225199
<thead>
226200
<tr style="text-align: right;">
@@ -450,19 +424,6 @@ db_handle.read_query(sql)
450424

451425

452426
<div>
453-
<style scoped>
454-
.dataframe tbody tr th:only-of-type {
455-
vertical-align: middle;
456-
}
457-
458-
.dataframe tbody tr th {
459-
vertical-align: top;
460-
}
461-
462-
.dataframe thead th {
463-
text-align: right;
464-
}
465-
</style>
466427
<table border="1" class="dataframe">
467428
<thead>
468429
<tr style="text-align: right;">
@@ -511,19 +472,6 @@ ops.eval({'d': d_local})
511472

512473

513474
<div>
514-
<style scoped>
515-
.dataframe tbody tr th:only-of-type {
516-
vertical-align: middle;
517-
}
518-
519-
.dataframe tbody tr th {
520-
vertical-align: top;
521-
}
522-
523-
.dataframe thead th {
524-
text-align: right;
525-
}
526-
</style>
527475
<table border="1" class="dataframe">
528476
<thead>
529477
<tr style="text-align: right;">
@@ -566,19 +514,6 @@ ops.transform(d_local)
566514

567515

568516
<div>
569-
<style scoped>
570-
.dataframe tbody tr th:only-of-type {
571-
vertical-align: middle;
572-
}
573-
574-
.dataframe tbody tr th {
575-
vertical-align: top;
576-
}
577-
578-
.dataframe thead th {
579-
text-align: right;
580-
}
581-
</style>
582517
<table border="1" class="dataframe">
583518
<thead>
584519
<tr style="text-align: right;">

0 commit comments

Comments
 (0)