deemphasize footer.

This commit is contained in:
saman bb
2013-02-21 02:03:01 -05:00
parent 4f937fb06c
commit ac72fe75b5
2 changed files with 13 additions and 3 deletions
+11 -1
View File
@@ -1101,7 +1101,8 @@ img.tile {
------------------------------------------------------- */
.about-block {
height: 40px;
padding: 5px;
height: 30px;
position: absolute;
right:0px;
bottom:0px;
@@ -1109,9 +1110,18 @@ img.tile {
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 0;
opacity: .625;
-webkit-transition: opacity 200ms;
-moz-transition: opacity 200ms;
transition: opacity 200ms;
}
.about-block:hover {
opacity: 1;
}
#about {
height: 20px;
text-align: right;
}