Merge pull request #2223 from rabuzarus/2912_photo_widget

photo aside widget for profile page
This commit is contained in:
fabrixxm 2016-01-04 10:06:07 +01:00
commit 83e54f70d3
15 changed files with 290 additions and 106 deletions

View file

@ -1190,6 +1190,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;