From 38372ba34f4c10e60e1646f1ed24abd55346e32d Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Fri, 25 Sep 2009 15:36:28 +0000
Subject: [PATCH] updated the pagination styles to look more consistent.

---
 unl_theme/views/default/css.php | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index c2283f8a..bb185bf3 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -1245,7 +1245,7 @@ table.search_gallery {
 	display:block;
 	float:left;
 	background:#ffffff;
-	border:1px solid #6CBD45;
+	border:1px solid #cccccc;
 	text-align: center;
 	color:#6CBD45;
 	font-size: 12px;
@@ -1280,7 +1280,7 @@ table.search_gallery {
 .pagination .pagination_next {
 	display:block;
 	float:left;
-	border:1px solid #6CBD45;
+	border:1px solid #cccccc;
 	color:#6CBD45;
 	text-align: center;
 	font-size: 12px;
@@ -1301,9 +1301,8 @@ table.search_gallery {
 	display:block;
 	float:left;
 	background:none;
-	border:1px solid #6CBD45;
+	border:1px solid #cccccc;
 	text-align: center;
-	color:white;
 	font-size: 12px;
 	font-weight: bold;
 	margin:0 6px 0 0;
-- 
GitLab