mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
6a8fa080eb
5 changed files with 15 additions and 15 deletions
|
@ -59,7 +59,7 @@ a{
|
||||||
@import 'project-Main'; // Project Specific Main Content Area Styling
|
@import 'project-Main'; // Project Specific Main Content Area Styling
|
||||||
@import 'project-Footer'; // Project Specific Footer Styling
|
@import 'project-Footer'; // Project Specific Footer Styling
|
||||||
|
|
||||||
.alert{
|
.alert-error {
|
||||||
background-color:#F5BA00; color:#fff;
|
background-color:#F5BA00; color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,11 @@
|
||||||
img {
|
img {
|
||||||
@include vendor(transform, scaleX(-1));
|
@include vendor(transform, scaleX(-1));
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin-right: 20px;
|
margin-right: 25px;
|
||||||
|
|
||||||
|
&.float-Right {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.intro-text {
|
.intro-text {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<% if request.path == '/' && !signed_in? %>
|
<% if (request.path == '/' && !signed_in?) || request.path == '/education' %>
|
||||||
<li>
|
<li>
|
||||||
<a href="/">Neocities</a>
|
<a href="/">Neocities</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -75,12 +75,10 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<% if flash.keys.length > 0 %>
|
<% if flash.keys.length > 0 %>
|
||||||
<div class="alert txt-Center">
|
<div class="alert alert-block txt-Center">
|
||||||
<p style="padding:5px">
|
<% flash.keys.each do |key| %>
|
||||||
<% flash.keys.each do |key| %>
|
<%== flash[key] %>
|
||||||
<%== flash[key] %>
|
<% end %>
|
||||||
<% end %>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
|
@ -75,12 +75,10 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<% if flash.keys.length > 0 %>
|
<% if flash.keys.length > 0 %>
|
||||||
<div class="alert txt-Center">
|
<div class="alert alert-block txt-Center">
|
||||||
<p style="padding:5px">
|
<% flash.keys.each do |key| %>
|
||||||
<% flash.keys.each do |key| %>
|
<%== flash[key] %>
|
||||||
<%== flash[key] %>
|
<% end %>
|
||||||
<% end %>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue