When you hover over one of the items in the top menu, e.g. "home", a
background appears. This commit changes this background to cover the
full height of the top-menu instead of only a small rectangle around the
item.
The "margin: 0px" is needed so that this background can "reach" up to
the top of the page. Note that this however also affects other elements
on the page and now the "awesome" at the top left of the page is a bit
farther up.
The height of "#top" and the padding around the links then change the
actual height of this background.
This is partial revert of 34c806d817.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This makes it a lot easier to test the web page locally, because now the
browser will actually find things. Note that URLs are resolved locally
to the CSS file, so even for download/index.html, relative paths are
still relative to . and not to download/.
Signed-off-by: Uli Schlachter <psychon@znc.in>
Hi Jd,
seems to fix it for firefox. Since I don't have ikiwiki etc, I
checked only via a ontime css change extension (for ffox)
cheers
marco
--
(o_ It rocks: LINUX + Command-Line-Interface
//\ GPG: 0x59D90F4D
V_/_ http://www.calmar.ws
Signed-off-by: Julien Danjou <julien@danjou.info>