photo aside widget for profile page

This commit is contained in:
rabuzarus 2015-12-30 00:26:50 +01:00
commit 20fbf670db
15 changed files with 263 additions and 72 deletions

View file

@ -1141,6 +1141,12 @@ aside h4, right_aside h4 {
padding: 0px;
margin: 2px;
}
.widget h3 a {
color: #737373;
}
.widget h3 a:hover {
color: black;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;