mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
Removing img tag for symbol, in favor of using CSS background image
This commit is contained in:
+10
-6
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user