aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-09 21:36:26 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-09 21:36:26 +0000
commit47aea95983911015f2a143e90b05c3bfb0de941f (patch)
tree3daffa33d9da01f13c785096f9b094d3ae5f2b40 /views/default/css.php
parentb25e3fef61865f984eb6de7ffe77556a0ee4e039 (diff)
downloadelgg-47aea95983911015f2a143e90b05c3bfb0de941f.tar.gz
elgg-47aea95983911015f2a143e90b05c3bfb0de941f.tar.bz2
pagination overlap in ie fixed
git-svn-id: https://code.elgg.org/elgg/trunk@1814 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/views/default/css.php b/views/default/css.php
index ac88594cb..62f2264bf 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -15,7 +15,6 @@
?>
-
/* ***************************************
RESET BASE STYLES
*************************************** */
@@ -1382,8 +1381,8 @@ temp force image width until upload size is changed
PAGINATION
*************************************** */
.pagination {
- margin:0 0 20px 0;
- display: table;
+ margin:10px 0 20px 0;
+ /* display: table; */
}
.pagination .pagination_number {