aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-27 07:14:08 -0700
committerCesar G <prototech91@gmail.com>2014-05-27 07:14:08 -0700
commitdd2c1164d28704757331015d560276b3c935f48d (patch)
tree4c6ce7cd66ab5d6d2062da2301a25de6e8a46ea3 /phpBB
parent311dda277c7384fb8f29e15ad6ff9e2296df9d2c (diff)
parentbca34bd3bb8272fa475aa7dcf7bf6b714ab2b39d (diff)
downloadforums-dd2c1164d28704757331015d560276b3c935f48d.tar
forums-dd2c1164d28704757331015d560276b3c935f48d.tar.gz
forums-dd2c1164d28704757331015d560276b3c935f48d.tar.bz2
forums-dd2c1164d28704757331015d560276b3c935f48d.tar.xz
forums-dd2c1164d28704757331015d560276b3c935f48d.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12580] Remove :link pseudo from a tag
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index acb2df92a0..a7d7184642 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -250,7 +250,7 @@ p.post-notice.reported:before, p.post-notice.error:before {
Colours and backgrounds for links.css
-------------------------------------------------------------- */
-a:link { color: #105289; }
+a { color: #105289; }
a:visited { color: #105289; }
a:hover { color: #D31141; }
a:active { color: #368AD2; }