Removing img tag for symbol, in favor of using CSS background image

This commit is contained in:
Mattt Thompson
2012-01-30 08:48:27 -08:00
parent 6e1bec0b7a
commit 3e21d5f023
2 changed files with 10 additions and 7 deletions
+10 -6
View File
@@ -28,13 +28,13 @@ header {
box-shadow: 0px 2px 12px #888;
}
header h1 {
margin-top:0.25em;
}
header a {
header h1 a {
background: url(/images/symbol.png) top center no-repeat;
color: #FFFFFF;
display: block;
margin-top: 0.25em;
padding-top: 100px;
text-decoration: none;
color: #fff;
}
section {
@@ -146,6 +146,10 @@ footer span {
display: block;
}
footer a {
color: #444;
}
article img {
float: right;
margin-left: 32pt;
-1
View File
@@ -18,7 +18,6 @@
</head>
<body>
<header>
<img src="/images/symbol.png" />
<h1><a href="/" title="The Twelve-Factor App">The Twelve-Factor App</a></h1>
</header>