Static Header

.head = position fixed
.wrap = relative, top 130px, z-index -1
This commit is contained in:
Stan Lindsey 2013-01-26 12:22:15 +00:00
parent cf81339f7a
commit 24bde808eb

View file

@ -17,6 +17,7 @@ html,body,p,h1,ul,li,table,tr,th,td
box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7
padding: 12px 16px
white-space: nowrap
position:fixed
.color-worst pre
background-color: rgb(230, 184, 175)
@ -183,7 +184,7 @@ li:hover .task-meta-controls .hover-show
/* Customizations to make footer sticky */
/*html, body {height: 100%;}*/
#wrap {min-height: 100%;}
#wrap {min-height: 100%; position: relative; top:130px; z-index:-1}
#main
/*overflow:auto;*/
padding-bottom: 250px; /* don't know why this works, sticky footers are weird */