Skip to content

Commit

Permalink
Added facebook link style
Browse files Browse the repository at this point in the history
  • Loading branch information
chaliy committed Nov 22, 2011
1 parent 171144a commit 751072a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Binary file added src/WebSite/images/services/facebook.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion src/WebSite/stylesheets/style.css
Expand Up @@ -3,7 +3,7 @@
by Bill Israel [http://cubicle17.com/]
*/
html{font-size:87.5%;}
body{background:#fff;border-top:7px solid #76a34c;color:#333;margin:0;padding:3em 0 0; background-image: url(img/fancy_deboss.png);}
body{background:#fff;border-top:7px solid #76a34c;color:#111;margin:0;padding:3em 0 0; background-image: url(img/fancy_deboss.png);}
a,a:visited,a:active{color:#76a34c}
a:hover{color:#333}
h1,h2,h3,h4,h5,h6{color:#111;font-weight:normal}
Expand Down Expand Up @@ -116,6 +116,13 @@ a.linkedin{
background-image: url('../images/services/linkedin.png');
background-repeat: no-repeat;
}
a.facebook{
padding-left: 22px;
padding-top: 2px;
padding-bottom: 2px;
background-image: url('../images/services/facebook.png');
background-repeat: no-repeat;
}
.unimportanant-info {
color: silver;
font-size: .8em;
Expand All @@ -125,4 +132,11 @@ a.linkedin{
border: #ddd 1px solid;
color: black;
padding: 20px;
}

.very-importanant-info {
background-color: #f8f8f8;
border: #ddd 1px solid;
color: red;
padding: 20px;
}

0 comments on commit 751072a

Please sign in to comment.