Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 17, 2015
2 parents 606c85f + ceb6ae3 commit 4767e9b
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions src/main/webapp/css/forge_doc_pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ p.author-names-bottom {
}

.author-name-title {
padding-top:1em;
padding-top:12px;
}

.author-name-title h1 {
Expand All @@ -536,7 +536,7 @@ p.author-names-bottom {
font-size:.8em;
font-style: italic;
font-weight: 200;
padding:0;
padding:6px 0 0 0;
}

.news-social-icons {
Expand All @@ -548,6 +548,10 @@ p.author-names-bottom {
font-size:1em;
padding-top:1.8em;
}
.share-label.news-share {
padding-top:1.5em;
}

.news-social-icons {
text-align: center;
}
Expand Down Expand Up @@ -627,12 +631,24 @@ div.doc-content-social-media a.youtube-link {

/* Author Footer */
/* Desktop/Tablet Author Section */


.author-name-title {
padding-top:16px;
}


.author-name-title p {
font-size:10px;
padding-top:2px;
}

.share-label.news-share {
padding-top:1.5em;
padding-top:25px;
font-size: 14px;
}
.news-social-icons {
padding-top:18px;
}

.news-social-icons a {
Expand Down

0 comments on commit 4767e9b

Please sign in to comment.