mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
little bugs
just some minor spacing
This commit is contained in:
parent
13c2ce6e38
commit
7e78a98ec4
6 changed files with 18 additions and 5 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
min-height:2px;
|
||||
padding-left:15px!important;
|
||||
padding-right:100px!important;
|
||||
}
|
||||
|
||||
|
@ -46,7 +47,7 @@
|
|||
right:$spacing*3;
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
position:static
|
||||
position:static;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
height:auto;
|
||||
margin:0;
|
||||
overflow:visible;
|
||||
padding-bottom:20px;
|
||||
position:static;
|
||||
width:auto;
|
||||
}
|
||||
|
|
|
@ -25,3 +25,5 @@
|
|||
// About page
|
||||
.twitter-tweet.twitter-tweet-rendered{margin:0 auto 30px!important}
|
||||
|
||||
// Dashboard
|
||||
.dash-SS{border:1px solid #ccc; background:rgba(255,255,255,.7); padding:1em; margin-bottom:20px}
|
|
@ -1054,6 +1054,7 @@ a {
|
|||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
padding-bottom: 20px;
|
||||
position: static;
|
||||
width: auto; } }
|
||||
.signup-Form h2 {
|
||||
|
@ -1244,6 +1245,12 @@ a {
|
|||
.twitter-tweet.twitter-tweet-rendered {
|
||||
margin: 0 auto 30px !important; }
|
||||
|
||||
.dash-SS {
|
||||
border: 1px solid #ccc;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
padding: 1em;
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.footer-Base {
|
||||
color: #5e5b56; }
|
||||
.footer-Base h1, .footer-Base h2, .footer-Base h3, .footer-Base h4 {
|
||||
|
@ -1270,6 +1277,7 @@ a {
|
|||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
.f-Col {
|
||||
min-height: 2px;
|
||||
padding-left: 15px !important;
|
||||
padding-right: 100px !important; } }
|
||||
.f-Col .action-Link {
|
||||
bottom: 0;
|
||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -48,7 +48,7 @@ javascript:
|
|||
|
||||
.col.col-40
|
||||
|
||||
div.txt-Center style="border:1px solid #ccc; background:#rgba(255,255,255,.7); padding:1em; margin-bottom:20px"
|
||||
div.txt-Center.dash-SS
|
||||
a href="http://#{current_site.username}.neocities.org" style="display:block" target="_blank": img src="/site_screenshots/#{current_site.username}.jpg" alt="screen shot"
|
||||
br
|
||||
h3 class="base" style="line-height:1": a href="http://#{current_site.username}.neocities.org" target="_blank" http://#{current_site.username}.neocities.org
|
||||
|
@ -62,14 +62,15 @@ javascript:
|
|||
|
||||
|
||||
div.txt-Center
|
||||
a href="/site_files/upload" class="btn-Action" style="margin-bottom:20px" Upload New Files
|
||||
|
||||
a href="/site_files/upload" class="btn-Action" style="margin-bottom:10px" Upload New Files
|
||||
br
|
||||
a href="/site_files/new_page" class="btn-Action" Create New HTML Page
|
||||
|
||||
hr
|
||||
|
||||
div
|
||||
<i class="icon-question-sign icon-3x"></i> <span style="font-size: 20pt">Need to learn web design?</span>
|
||||
br
|
||||
i class="icon-globe"
|
||||
a href="/tutorials" target="_blank" Web Design, HTML, CSS, JavaScript Tutorials
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue