aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/priv/stylesheet.css
diff options
context:
space:
mode:
authorVlad Dumitrescu <[email protected]>2015-01-16 09:39:31 +0100
committerVlad Dumitrescu <[email protected]>2015-01-16 09:39:31 +0100
commit6f492b98505ee6d68b9f438915dfbd3616a1b729 (patch)
tree5c7a716d0aded23df9ec555fe591db69adb6b2e0 /lib/edoc/priv/stylesheet.css
parent341bd39f8c3b09b9fdaddbdadce42e80a2b3060d (diff)
downloadotp-6f492b98505ee6d68b9f438915dfbd3616a1b729.tar.gz
otp-6f492b98505ee6d68b9f438915dfbd3616a1b729.tar.bz2
otp-6f492b98505ee6d68b9f438915dfbd3616a1b729.zip
[edoc] remove functionality related to packages
The 'subpackages' option is left, since some projects use recursive source directories.
Diffstat (limited to 'lib/edoc/priv/stylesheet.css')
-rw-r--r--lib/edoc/priv/stylesheet.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/edoc/priv/stylesheet.css b/lib/edoc/priv/stylesheet.css
index e426a90483..ab170c091f 100644
--- a/lib/edoc/priv/stylesheet.css
+++ b/lib/edoc/priv/stylesheet.css
@@ -27,10 +27,10 @@ div.spec {
margin-left: 2em;
background-color: #eeeeee;
}
-a.module,a.package {
+a.module {
text-decoration:none
}
-a.module:hover,a.package:hover {
+a.module:hover {
background-color: #eeeeee;
}
ul.definitions {