1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

Merge remote-tracking branch 'nickvergessen/ticket/10068' into develop-olympus

* nickvergessen/ticket/10068:
  [ticket/10068] Style links posted in posts the same way as in signatures.
This commit is contained in:
Andreas Fischer 2011-06-09 22:33:12 +02:00
commit d783211f82
2 changed files with 2 additions and 6 deletions

View File

@ -298,7 +298,7 @@ a.topictitle:active {
.postlink:visited {
color: #5D8FBD;
border-bottom-color: #666666;
border-bottom-color: #5D8FBD;
}
.postlink:active {

View File

@ -87,11 +87,7 @@ a.topictitle:active {
padding-bottom: 0;
}
.postlink:visited {
color: #bdbdbd;
border-bottom-style: dotted;
border-bottom-color: #666666;
}
/* .postlink:visited { color: #bdbdbd; } */
.postlink:active {
color: #d2d2d2;