aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'g/style/screen.css')
-rw-r--r--g/style/screen.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/g/style/screen.css b/g/style/screen.css
index d8391df4a..6abc447eb 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -274,6 +274,10 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #999;
.warn { color: #a00; }
.dlt2 tr.reco td { font-weight: bold; }
+.mirror-link { text-decoration: underline; padding: 0 2px; }
+ .mirror-link:hover { background: #eee; color: #000; }
+ .mirror-link .p { color: #888; }
+
.noborder { border-collapse: collapse; border: 0; }
.noborder td,
.noborder th { border: 0; }
@@ -424,4 +428,4 @@ h1#mgnavtitle a { color: #fff; }
color: white;
text-shadow: 0 1px 5px #444;
border-radius: 0 0 3px 3px;
-} \ No newline at end of file
+}