mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 23:31:52 +00:00
1b06243dab
Add jquery fade effects and quick search. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
12 lines
194 B
CSS
12 lines
194 B
CSS
div#nav {
|
|
position:fixed;
|
|
width: 12em;
|
|
background: rgb(153, 153, 153);
|
|
margin-top: 0px;
|
|
margin-left: 120px;
|
|
border-top: thin black solid;
|
|
}
|
|
|
|
div#content {
|
|
padding-left:240px;
|
|
} |