notice vcard url and a:visited style

This commit is contained in:
sarven 2009-01-17 03:09:00 +00:00
parent 102028fb48
commit 1df4a38313
2 changed files with 13 additions and 2 deletions

View File

@ -851,12 +851,12 @@ border-bottom:0;
}
.pagination .nav_prev a {
-moz-border-radius-topright:4px;
-moz-border-radius-topright:7px;
padding-left:20px;
border-left:0;
}
.pagination .nav_next a {
-moz-border-radius-topleft:4px;
-moz-border-radius-topleft:7px;
padding-right:20px;
border-right:0;
}

View File

@ -26,6 +26,17 @@ color:#EC008C;
a {
color:#002E6E;
}
a:active {
background-color:#ddd;
}
.notice p.entry-content a:visited {
background-color:#fcfcfc;
-moz-border-radius:4px;
}
.notice p.entry-content .vcard a {
background-color:#fcfffc;
-moz-border-radius:4px;
}