summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 23:22:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 23:22:37 (EDT)
commitb033750eef692685907d3fbae7baf6911b942cf9 (patch)
treed59483e264711170f7ecc1453fe76a341d1e8806 /main.css
parent659d4716cc827318903f02dda9afdb9c9f5c73cd (diff)
Remove sublist styles.
Diffstat (limited to 'main.css')
-rw-r--r--main.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/main.css b/main.css
index 67f0164..d50e592 100644
--- a/main.css
+++ b/main.css
@@ -70,24 +70,6 @@ header ul li a {
padding: 0px 8px 0px 8px;
text-decoration: none;
}
-header ul li:hover {
- background-color: #6699CC;
-}
-header ul li ul {
- display: none;
- height: 32px;
- line-height: 32px;
- position: absolute;
- left: 0px;
- top: 32px;
- margin: 0px;
-}
-header ul li:hover ul {
- display: block;
-}
-header ul li ul li a {
- background-color: #6699CC;
-}
header ul li a:hover {
color: #CCCC33;
}