mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Changes to .interior and .footer-Base to fix up-bleeding scrunched up footer bug on dashboard
This commit is contained in:
parent
3da25c1297
commit
bcc9540874
3 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
||||||
// Apply to <footer> for styling
|
// Apply to <footer> for styling
|
||||||
.footer-Base{
|
.footer-Base{
|
||||||
color:#5e5b56;
|
color:#5e5b56;
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
h1, h2, h3, h4{
|
h1, h2, h3, h4{
|
||||||
color:#8b9a7a;
|
color:#8b9a7a;
|
||||||
|
|
|
@ -280,6 +280,10 @@
|
||||||
// Interior CSS
|
// Interior CSS
|
||||||
.interior .page{
|
.interior .page{
|
||||||
padding-top: 22px;
|
padding-top: 22px;
|
||||||
|
clear: both;
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
.interior .signup-Form {
|
.interior .signup-Form {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue