]> git.mxchange.org Git - friendica.git/commitdiff
link same as visited
authorFriendika <info@friendika.com>
Thu, 24 Mar 2011 08:16:14 +0000 (01:16 -0700)
committerFriendika <info@friendika.com>
Thu, 24 Mar 2011 08:16:14 +0000 (01:16 -0700)
mod/profile.php
view/theme/duepuntozero/style.css

index 4b5f92a1fc0614ae49396918f03d5d6a6d3bbfee..d33c9aeb24dc6c10a77d8c039ec2ffd6e3a27d86 100644 (file)
@@ -437,6 +437,5 @@ function profile_content(&$a, $update = 0) {
        $o .= paginate($a);
        $o .= '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
 
-
        return $o;
 }
index 758ab9699d87ad853745722bc5eb05bc89ed2a58..7ab85344d527b5958a1d7d5413c48278c58a15b1 100644 (file)
@@ -16,7 +16,7 @@ body {
 }
 
 
-a, a:visited { color: #3465a4; text-decoration: none; }
+a, a:visited, a:link { color: #3465a4; text-decoration: none; }
 a:hover {text-decoration: underline; }
 
 input {
@@ -218,7 +218,7 @@ div.wall-item-content-wrapper.shiny {
        cursor: pointer;
 }
 
-.fakelink, .fakelink:visited {
+.fakelink, .fakelink:visited, .fakelink:link {
        color: #3465a4;
        text-decoration: none;
        cursor: pointer;
@@ -1844,7 +1844,7 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-#photos-upload-perms-menu, #photos-upload-perms-menu:visited {
+#photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
        color: #8888FF;
        text-decoration: none;
        cursor: pointer;