mirror of
https://github.com/neocities/neocities.git
synced 2025-06-15 17:04:34 +02:00
fix for site tags referencing followed counts
This commit is contained in:
commit
d264672b51
114 changed files with 4538 additions and 1052 deletions
|
@ -59,7 +59,7 @@ a{
|
|||
@import 'project-Main'; // Project Specific Main Content Area Styling
|
||||
@import 'project-Footer'; // Project Specific Footer Styling
|
||||
|
||||
.alert{
|
||||
.alert-error {
|
||||
background-color:#F5BA00; color:#fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -83,6 +83,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.hp.education {
|
||||
.col.intro {
|
||||
padding-top: 20px;
|
||||
img {
|
||||
@include vendor(transform, scaleX(-1));
|
||||
width: 100px;
|
||||
margin-right: 25px;
|
||||
|
||||
&.float-Right {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
.intro-text {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.intro-List{
|
||||
@extend %kill-List;
|
||||
|
@ -490,4 +507,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
.interior .constant-Nav{margin:0}
|
||||
.interior .constant-Nav, .hp.education .constant-Nav{margin:0}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@
|
|||
float:left;
|
||||
margin-bottom:$spacing*2;
|
||||
color: #666;
|
||||
@include box-shadow(1px 1px 2px 0px rgba(0, 0, 0, 0.18));
|
||||
@include box-shadow(0px 1px 3px 0px rgba(0, 0, 0, 0.18));
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
width:50%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue