Commit 7b15000ba83f0f9f392d605f85ed643bebe3b8bc
1 parent
3587db64
Exists in
master
and in
5 other branches
fix bug button action in block my network
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -193,7 +193,7 @@ div#article-parent { |
| 193 | 193 | padding: 10px 0px 10px 20px; |
| 194 | 194 | } |
| 195 | 195 | |
| 196 | -#content .box-2 .my-network-block a.button { | |
| 196 | +#content .box-2 .my-network-block .my-network-actions a.button { | |
| 197 | 197 | line-height: 1em; |
| 198 | 198 | height: auto; |
| 199 | 199 | width: 100px; | ... | ... |