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);
|
background-color: rgb(252,252,252);
|
||||||
color: #444;
|
color: #444;
|
||||||
font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;
|
font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;
|
||||||
margin: 0; padding 1em;
|
margin: 0;
|
||||||
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
@ -23,7 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: font-size: 100%;
|
font-size: 100%;
|
||||||
color: #444;
|
color: #444;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
@ -53,7 +54,7 @@
|
||||||
<body>
|
<body>
|
||||||
<!-- This file lives in public/500.html -->
|
<!-- This file lives in public/500.html -->
|
||||||
<header>
|
<header>
|
||||||
<img id="diaspora_logo" src="images/logo_large.png"/>
|
<img id="diaspora_logo" src="/images/logo_large.png"/>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue