File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ h1 { float: left; font-size: 30px; padding: 5px; padding-left: 10px; }
3
3
/* hide h2 headers */
4
4
h2 { margin-bottom : 5px ; padding : 5px ; font-weight : bold}
5
5
6
- # header { background : url ("../images/li_dev_header_bg.png" ) repeat-x 0 100% ; width : auto; border-bottom : 1px solid # CCC ; height : 39px ; margin : 10px auto 15px ; }
7
- # header-texture { background : none; display : block; font-size : 250% ; left : 0px ; padding : 0px ; top : -8px ; position : relative; width : 836px ; }
6
+ # header { width : 100% ; border-bottom : 1px solid # CCC ; margin-bottom : 15px ; overflow : hidden; }
7
+ # header .logo {margin : 6px 10px 6px 3px ;float : left;width : 92px ;display : block;}
8
+ # header .logo a {background : url ('http://static02.linkedin.com/scds/common/u/img/sprite/sprite_global_v5.png' ) no-repeat;display : block;height : 22px ;text-indent : 0 ; text-decoration : none;}
9
+ # header .logo a span { display : block; font-weight : normal; color : # 333 ; font-size : 20px ; line-height : 22px ; margin : -21px 0 0 100px ; }
10
+ # header .logo a span .seo-hidden { text-indent : -12345px ; margin : 0 ; }
11
+
8
12
# subheader { overflow : hidden; width : 100% ; }
9
13
10
14
/* WRAPPER */
Original file line number Diff line number Diff line change 17
17
< body >
18
18
< script type ="text/javascript "> document . body . className += " js " /*@cc_on +'ie'+ScriptEngineMinorVersion()@*/ ; </ script >
19
19
< div id ="header ">
20
- < div id ="header-texture ">
21
- < a href ="http://developer.linkedin.com ">
22
- < img src ="images/skin_basic_logo.png " alt ="" />
23
- </ a >
24
- </ div >
20
+ < h1 class ="logo "> < a href ="http://developer.linkedin.com/ " title ="Home "> < span class ="seo-hidden "> LinkedIn</ span > < span > Developers</ span > </ a > </ h1 >
25
21
</ div >
26
22
< div id ="wrapper ">
27
23
< div id ="subheader ">
You can’t perform that action at this time.
0 commit comments