Remove border from top of pagination table

This commit is contained in:
Brian Miyaji
2014-04-27 18:32:08 +10:00
parent 76d62be71f
commit 07727cdecd

View File

@@ -38,6 +38,7 @@
} }
.sp-pagination { .sp-pagination {
margin-top: 0 !important; margin-top: 0 !important;
border-top: 0 !important;
} }
.sp-pagination tfoot tr td { .sp-pagination tfoot tr td {
text-align: center; text-align: center;
@@ -65,7 +66,7 @@
text-align: center; text-align: center;
} }
/* Events Calendar */ /* Event Calendar */
.sp-event-calendar tbody td, .sp-event-calendar thead th { .sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center; text-align: center;
} }
@@ -75,7 +76,7 @@
.sp-event-calendar #prev { .sp-event-calendar #prev {
text-align: left; text-align: left;
} }
/* Events List */ /* Event List */
.sp-event-list .column-article { .sp-event-list .column-article {
white-space: nowrap; white-space: nowrap;
} }