aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-09 22:33:12 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-09 22:33:12 +0200
commitd783211f823d3c2d8c05eccb35797fd68fde5e0b (patch)
tree2360944d9a1d75cc67b4d59700849ef30ad7dc0d /phpBB/styles
parente03e213d0b843a3557e33cd935238680b89177a5 (diff)
parentc07540163c2bf674e384d6df294c83e79e510ce9 (diff)
downloadforums-d783211f823d3c2d8c05eccb35797fd68fde5e0b.tar
forums-d783211f823d3c2d8c05eccb35797fd68fde5e0b.tar.gz
forums-d783211f823d3c2d8c05eccb35797fd68fde5e0b.tar.bz2
forums-d783211f823d3c2d8c05eccb35797fd68fde5e0b.tar.xz
forums-d783211f823d3c2d8c05eccb35797fd68fde5e0b.zip
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.
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css2
-rw-r--r--phpBB/styles/prosilver/theme/links.css6
2 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index f7747ba73c..e98ce237bc 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -298,7 +298,7 @@ a.topictitle:active {
.postlink:visited {
color: #5D8FBD;
- border-bottom-color: #666666;
+ border-bottom-color: #5D8FBD;
}
.postlink:active {
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index a406114054..1f6c2af550 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -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;