link untapped profiles

This commit is contained in:
Tommy Parnell
2015-03-28 09:39:11 -04:00
parent 3454eb5f03
commit a4c63d1a1e
8 changed files with 32 additions and 8 deletions

View File

@@ -11,7 +11,18 @@
height: 240px;
max-width: 1024px;
position: relative;
a:link{
color: @fontColor
}
a:active{
color: @fontColor
}
a:hover{
color: @fontColor
}
a:visited{
color: @fontColor
}
.badges {
margin-right: 3px;