]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
notice vcard url and a:visited style
authorsarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 03:09:00 +0000 (03:09 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 03:09:00 +0000 (03:09 +0000)
theme/base/css/display.css
theme/identica/css/display.css

index 20e66c3519e96c6f926aab439cc1caccdade848d..ce7f69b35831e4806831b013b53b2dc3291bc91e 100644 (file)
@@ -851,12 +851,12 @@ border-bottom:0;
 }
 
 .pagination .nav_prev a {
--moz-border-radius-topright:4px;
+-moz-border-radius-topright:7px;
 padding-left:20px;
 border-left:0;
 }
 .pagination .nav_next a {
--moz-border-radius-topleft:4px;
+-moz-border-radius-topleft:7px;
 padding-right:20px;
 border-right:0;
 }
index 94e97d41480937842a248a5e2a85dd0aece54752..1bb2ca01bae9f03902345fc6b81383b3613fc4cc 100644 (file)
@@ -26,6 +26,17 @@ color:#EC008C;
 a {
 color:#002E6E;
 }
+a:active {
+background-color:#ddd;
+}
+.notice p.entry-content a:visited {
+background-color:#fcfcfc;
+-moz-border-radius:4px;
+}
+.notice p.entry-content .vcard a {
+background-color:#fcfffc;
+-moz-border-radius:4px;
+}