Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 22:51:21 +0400
committerisaacs <i@izs.me>2011-09-04 22:51:21 +0400
commit6355ad2695d3c8f8e426185949967947f36d8e65 (patch)
treeb9be5f889496424e5c68ca53f0501cd6cdaf3ea1 /html
parentc3cac827b461795db3e5db8efa08ee4a468f667e (diff)
Don't underline the gubblebum text, but do highlight it on click/focus
Diffstat (limited to 'html')
-rw-r--r--html/doc/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/doc/style.css b/html/doc/style.css
index 8de9d2295..2c3151749 100644
--- a/html/doc/style.css
+++ b/html/doc/style.css
@@ -154,6 +154,10 @@ h1 a, h1 a:visited {
color:#900;
display:block;
}
+h1 a:focus, h1 a:hover, h1 a:active {
+ color:#f00!important;
+ text-decoration:none;
+}
.navigation {
display:table;