fix for site tags referencing followed counts

This commit is contained in:
Kyle Drake 2015-07-18 15:23:01 -07:00
commit d264672b51
114 changed files with 4538 additions and 1052 deletions

View file

@ -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;
}

View file

@ -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

View file

@ -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%