aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-09 22:33:49 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-09 22:33:49 +0200
commit0942fca29927856731ed4fc1a79cc913a0d97e74 (patch)
tree051bf3a16f5d106830362bc325be671586eb058c
parent73e5c7ece55b64ced86e479dad0bac2b94b73943 (diff)
parentd783211f823d3c2d8c05eccb35797fd68fde5e0b (diff)
downloadforums-0942fca29927856731ed4fc1a79cc913a0d97e74.tar
forums-0942fca29927856731ed4fc1a79cc913a0d97e74.tar.gz
forums-0942fca29927856731ed4fc1a79cc913a0d97e74.tar.bz2
forums-0942fca29927856731ed4fc1a79cc913a0d97e74.tar.xz
forums-0942fca29927856731ed4fc1a79cc913a0d97e74.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10068] Style links posted in posts the same way as in signatures.
-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 c1c0711fb2..2f439a3b3f 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;