| Player | Inn | PO | A | EF | ET | Errors |
|---|---|---|---|---|---|---|
| BSteven Braun | 147 | 15 | 1 | 0 | 0 | 0 |
| Jennifer Purcell | 58 | 9 | 6 | 0 | 0 | 0 |
| Mariah Vargas | 191 | 34 | 33 | 1 | 1 | 2 |
| Amy Pender | 186 | 67 | 36 | 5 | 0 | 5 |
| Hollie Brown | 114 | 91 | 15 | 6 | 0 | 6 |
| Megan Dettling | 183 | 37 | 47 | 3 | 2 | 5 |
| Shannon Wessel | 72 | 4 | 9 | 1 | 0 | 1 |
| Jill Engstrom | 103 | 3 | 16 | 3 | 0 | 3 |
| Brandi Brucate | 163 | 19 | 4 | 4 | 0 | 4 |
| Myrissa Prince | 194 | 30 | 41 | 11 | 2 | 13 |
| Kerrigan Travens | 169 | 21 | 24 | 10 | 2 | 12 |
| Kayla Arterburn | 77 | 8 | 11 | 6 | 3 | 9 |
| Kelsey Callahan | 64 | 3 | 0 | 6 | 0 | 6 |
| Total for Team | 191.222 | 341 | 243 | 56 | 10 | 66 |
Here is the css used to style the CVS Display block.
div.swp-csv-displayer table {
display: table;
width: 100%;
}
div.swp-csv-displayer table tbody tr td {
padding-left: 5px;
}
div.swp-csv-displayer table tbody tr {
height: 27px;
}
div.swp-csv-displayer table tbody tr:nth-child(odd) {
background-color: #e2f2db;
}
div.swp-csv-displayer table tbody tr:nth-child(even) {
background-color: #f4f5d8;
}
div.swp-csv-displayer table tbody tr:last-child {
background-color: #fccec9;
border-style: solid;
border-width: 1px;
}
div.swp-csv-displayer table tbody tr:first-child {
text-transform: uppercase;
color: black;
}
div.swp-csv-displayer table tbody tr td {
padding-right: 5px;
text-align: right;
}
div.swp-csv-displayer table tbody tr th {
padding-left: 3px;
}
div.swp-csv-displayer {
margin-bottom: 24px;July 12, 2010
I tried adding smart web projects tables block to this page and the page refused to display anything. I have the site in production mode so don't know what php errors were happening but as a caveat "Don't mix csv and tables on the same page. There is a newer version of the Tables block forthcoming and I'll report back when I know how that functions.
