Committing plain JSF+Spring sample

This commit is contained in:
Jeremy Grelle
2008-03-27 13:34:14 +00:00
parent 6380f210a0
commit 494c0ae237
63 changed files with 3209 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
/* A CSS Framework by Mike Stenhouse of Content with Style */
@import url("nav-horizontal.css");
/* NAV BAR AT THE TOP, LOCAL NAVIGATION ON THE LEFT AND ONE COLUMN OF CONTENT */
div#content {
position: relative;
width: 701px;
margin: 0 auto 20px auto;
padding: 0;
text-align: left;
}
div#main {
float: right;
width: 500px;
display: inline;
}
div#local {
float: left;
width: 200px;
display: inline;
}
div#sub {
display: none;
}
div#nav {
position: absolute;
top: -15px;
left: 0;
width: 100%;
text-align: left;
}
/* END CONTENT */