summaryrefslogtreecommitdiff
path: root/theme/identica/css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 05:08:36 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 05:08:36 +0000
commit59e42b766e6edc89accf55ea6a0fc6bbc769a8bf (patch)
tree52d67d8da9223ea2dfa10c0ec42d3f57958ff605 /theme/identica/css
parent37a769205387c0f9c41f60a675e963678d9a966f (diff)
Ticket #1045 -- Added borders to all sides of the pagination anchor.
Diffstat (limited to 'theme/identica/css')
-rw-r--r--theme/identica/css/display.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 15c22148d..5c394533e 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -65,7 +65,7 @@ color:#002E6E;
.notice,
.profile {
-border-top-color:#D1D9E4;
+border-top-color:#CEE1E9;
}
.section .notice,
.section .profile {
@@ -274,12 +274,13 @@ background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 4
.pagination .nav_prev a,
.pagination .nav_next a {
background-repeat:no-repeat;
+border-color:#CEE1E9;
}
.pagination .nav_prev a {
background-image:url(../images/icons/twotone/green/arrow-left.gif);
-background-position:0 45%;
+background-position:10% 45%;
}
.pagination .nav_next a {
background-image:url(../images/icons/twotone/green/arrow-right.gif);
-background-position:100% 45%;
+background-position:90% 45%;
}