Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Weird
github being strange. I didnt change this scss.
  • Loading branch information
andrewmbacon committed Oct 6, 2014
1 parent 190aea4 commit 34a3280
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 44 deletions.
Binary file added favicon.ico
Binary file not shown.
27 changes: 15 additions & 12 deletions style.css
Expand Up @@ -7680,6 +7680,9 @@ q:before, table q:after {
.uup-list .uup-item .uup-text > span {
display: block;
}
.uup-list .uup-item .uup-text a .uup-name {
display: inline;
}
.uup-list .uup-item .uup-text .uup-name {
font-weight: bold;
}
Expand Down Expand Up @@ -7709,22 +7712,22 @@ q:before, table q:after {
/*
Profile Page
*/
.uup-user {
.page-template-page-user-profile-php .uup-user {
padding: 1em;
}
.uup-user > span {
.page-template-page-user-profile-php .uup-user > span {
display: block;
}
.uup-user .uup-image {
.page-template-page-user-profile-php .uup-user .uup-image {
margin-bottom: 1em;
}
.uup-user .uup-name {
.page-template-page-user-profile-php .uup-user .uup-name {
font-weight: bold;
}
.uup-user .uup-name .uup-first:after {
.page-template-page-user-profile-php .uup-user .uup-name .uup-first:after {
content: ' ';
}
.uup-user .uup-phones .uup-phone2 {
.page-template-page-user-profile-php .uup-user .uup-phones .uup-phone2 {
display: block;
}

Expand Down Expand Up @@ -8243,21 +8246,21 @@ table .external .glyphicon-new-window {
/*
Profile Page
*/
.uup-user {
.page-template-page-user-profile-php .uup-user {
padding: 2em;
}
.uup-user > span {
.page-template-page-user-profile-php .uup-user > span {
display: block;
}
.uup-user .uup-image {
.page-template-page-user-profile-php .uup-user .uup-image {
margin: 20px 0px;
}
.uup-user .uup-name {
.page-template-page-user-profile-php .uup-user .uup-name {
font-weight: bold;
}
.uup-user .uup-name .uup-first:after {
.page-template-page-user-profile-php .uup-user .uup-name .uup-first:after {
content: ' ';
}
.uup-user .uup-phones .uup-phone2 {
.page-template-page-user-profile-php .uup-user .uup-phones .uup-phone2 {
display: block;
}
66 changes: 34 additions & 32 deletions style.scss
Expand Up @@ -415,40 +415,42 @@ table .external .glyphicon-new-window {
/*
Profile Page
*/
.uup-user {
padding: 2em;
& > span {
display:block;
}
.uup-image{
margin: 20px 0px;
}
.uup-name {
font-weight:bold;

.uup-first {
&:after {
content:' ';
.page-template-page-user-profile-php {
.uup-user {
padding: 2em;
& > span {
display:block;
}
.uup-image{
margin: 20px 0px;
}
.uup-name {
font-weight:bold;

.uup-first {
&:after {
content:' ';
}
}
.uup-last {}
}
.uup-last {}
}
.uup-title {
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {
display:block;
.uup-title {
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {
display:block;
}
}
.uup-email {
}
.uup-fax {
}
.uup-office-location {
}
.uup-office-hours {
}
.uup-mailing-address {
}
}
.uup-email {
}
.uup-fax {
}
.uup-office-location {
}
.uup-office-hours {
}
.uup-mailing-address {
}
}

0 comments on commit 34a3280

Please sign in to comment.