Issue #735: Image link fixed and CSS corrected
This commit is contained in:
parent
e0883fb176
commit
42c602df2f
1 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,8 @@
|
|||
background-color: rgb(252,252,252);
|
||||
color: #444;
|
||||
font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;
|
||||
margin: 0; padding 1em;
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
}
|
||||
|
||||
h1 {
|
||||
color: font-size: 100%;
|
||||
font-size: 100%;
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
|
@ -53,7 +54,7 @@
|
|||
<body>
|
||||
<!-- This file lives in public/500.html -->
|
||||
<header>
|
||||
<img id="diaspora_logo" src="images/logo_large.png"/>
|
||||
<img id="diaspora_logo" src="/images/logo_large.png"/>
|
||||
</header>
|
||||
|
||||
<h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue