aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-05-02 17:25:48 +0000
committerRomain d'Alverny <rda@mageia.org>2013-05-02 17:25:48 +0000
commitd809baf7234a133234f6833e054780b6f4f90cf4 (patch)
tree5bd69eef1599ad8373b8148ab3a382c87d5f805c /g
parent1722d624d50fb4c99b06a57acf766a7f0c9a093e (diff)
downloadwww-d809baf7234a133234f6833e054780b6f4f90cf4.tar
www-d809baf7234a133234f6833e054780b6f4f90cf4.tar.gz
www-d809baf7234a133234f6833e054780b6f4f90cf4.tar.bz2
www-d809baf7234a133234f6833e054780b6f4f90cf4.tar.xz
www-d809baf7234a133234f6833e054780b6f4f90cf4.zip
clearer display of available protocols per mirror
Diffstat (limited to 'g')
-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
+}