Browse Source

Fix pagination margin bug.

zhixin 10 years ago
parent
commit
8c619dbd23
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -136,6 +136,10 @@
     margin-bottom: 10px;
 }
 
+.fixed-table-pagination div.pagination .pagination {
+    margin: 0;
+}
+
 .fixed-table-pagination .pagination a {
     padding: 6px 12px;
     line-height: 1.428571429;