Skip to content

Commit 3ef581d

Browse files
committed
update
1 parent dbbf1b3 commit 3ef581d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

css/console.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ h1 { float: left; font-size: 30px; padding: 5px; padding-left: 10px; }
33
/* hide h2 headers */
44
h2 { margin-bottom: 5px; padding: 5px; font-weight: bold}
55

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+
812
#subheader { overflow: hidden; width: 100%; }
913

1014
/* WRAPPER */

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
<body>
1818
<script type="text/javascript">document.body.className += " js " /*@cc_on+'ie'+ScriptEngineMinorVersion()@*/;</script>
1919
<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>
2521
</div>
2622
<div id="wrapper">
2723
<div id="subheader">

0 commit comments

Comments
 (0)