From 85892a1fb4a5f7f32276b1e5bbb7b384fc55df37 Mon Sep 17 00:00:00 2001 From: Eddie Welker Date: Fri, 27 Aug 2010 13:58:25 -0400 Subject: [PATCH] updates for the header navigation... no longer requires either goto or links --- header_navigation.html | 25 ++++++++++++++++++++++++- standard_headerNavigation_css.css | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/header_navigation.html b/header_navigation.html index 8580fff..20ec2ea 100644 --- a/header_navigation.html +++ b/header_navigation.html @@ -28,13 +28,36 @@

Any header will do here, the type is not important (though it should be a &l + +
Here goes the contents of your popper
+
+

Removing sections

+
+ +
+ +
+ + + +
+

Any header will do here, the type is not important (though it should be a <hx>)

+
+ Go to: (images aren't here right now, but will be in portal) +
+
+ + diff --git a/standard_headerNavigation_css.css b/standard_headerNavigation_css.css index a269005..9e1d15a 100644 --- a/standard_headerNavigation_css.css +++ b/standard_headerNavigation_css.css @@ -1,3 +1,3 @@ .hnav{overflow:visible;margin-bottom:1em} -.hnav .goto{width:100%;border-top:2px solid #97B0C8;padding-top:.3em} +.hnav .goto{width:100%;border-top:2px solid #97B0C8;padding-top:.3em;height:1.3846em} .hnav .links{float:right;margin-top:-1.35em} \ No newline at end of file