1,393
edits
m |
m (Removing custom font support because it's spotty. Messing with the logo.) |
||
Line 1: | Line 1: | ||
/* Lin's fancy-schmancy CSS hacks and whatnot. */ | |||
/* ORIGINAL CHARACTER DON'T STEAL */ | |||
.portlet h5 { /* Changes the navigation labels to title case. */ | .portlet h5 { /* Changes the navigation labels to title case. */ | ||
text-transform: capitalize; | text-transform: capitalize; | ||
Line 70: | Line 73: | ||
} | } | ||
#p-logo { | |||
z-index: 3; | |||
position: absolute; /*needed to use z-index */ | |||
top: 0; | |||
left: 0; | |||
height: 155px; | |||
width: 12em; | |||
overflow: visible; | |||
} | } |