Changeset 54
- Timestamp:
- 04/03/06 17:33:14 (3 years ago)
- Files:
-
- trunk/framework/core/colors-branding.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/framework/core/colors-branding.css
r46 r54 25 25 #header { position: relative;} 26 26 #header h1 { position: absolute; top: 0; height: 100%;} 27 #header h1 a { text-indent: -9999px; text-decoration: none; width: 300px;display: block; height: 100%;}27 #header h1 a { text-indent: -9999px; text-decoration: none; display: block; height: 100%;} 28 28 #header h1 a { background:url(branding.png) top left no-repeat ;} 29 29 30 /* 31 * specifying the default width for the background image (eg logo), 32 * note that the second selector is needed for IE 5.0 compatibility: 33 */ 34 #header h1 a, 35 #header h1 { width: 300px;}