mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Tidy-up - mainly because I discovered I was generating pages which did not
fully validate as HTML. Fixed.
This commit is contained in:
parent
1e7ad73fa4
commit
09aa1bdc90
10 changed files with 68 additions and 52 deletions
|
|
@ -122,6 +122,7 @@ li.nav-item a:active { background: gray; color: white; }
|
|||
/* padding: 0.1em 10%; */
|
||||
bottom:0;
|
||||
position:fixed;
|
||||
vertical-align: top;
|
||||
z-index:150;
|
||||
_position:absolute;
|
||||
_top:expression(eval(document.documentElement.scrollTop+
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ body {
|
|||
|
||||
#nav-icon {
|
||||
padding: 0.25em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#nav-menu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue