minor changes to footer
This commit is contained in:
parent
45e3d7b2f8
commit
02879630c6
2 changed files with 3 additions and 2 deletions
|
@ -21,9 +21,11 @@ h2 {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:2.5%;
|
bottom:2.5%;
|
||||||
width:95%;
|
width:95%;
|
||||||
color:#aaa;
|
|
||||||
font-size:0.8em;
|
font-size:0.8em;
|
||||||
}
|
}
|
||||||
|
#footer, #footer a {
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
#logo-main {
|
#logo-main {
|
||||||
height:300px;
|
height:300px;
|
||||||
width:300px;
|
width:300px;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<div id='footer'>
|
<div id='footer'>
|
||||||
Note that Curious Greg uses a cookie to store your login state. Deleting the cookie used by Curious Greg will log you out of your account. Posting will still function as normal.<br />
|
Note that Curious Greg uses a cookie to store your login state. Deleting the cookie used by Curious Greg will log you out of your account. Posting will still function as normal.<br />
|
||||||
Curious Greg will not function without JavaScript. Please ensure you have JavaScript enabled.<br />
|
|
||||||
Created by <a href='https://fedi.lynnesbian.space/@lynnesbian'>@lynnesbian@fedi.lynnesbian.space</a> (message her about any bugs you find). Source code is available <a href='https://git.lynnesbian.space/curious-greg'>here</a>, under the <a href='https://www.mozilla.org/en-US/MPL/2.0/'>Mozilla Public License Version 2.0</a>.
|
Created by <a href='https://fedi.lynnesbian.space/@lynnesbian'>@lynnesbian@fedi.lynnesbian.space</a> (message her about any bugs you find). Source code is available <a href='https://git.lynnesbian.space/curious-greg'>here</a>, under the <a href='https://www.mozilla.org/en-US/MPL/2.0/'>Mozilla Public License Version 2.0</a>.
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue