diff --git a/assets/css/style.css b/assets/css/style.css index fe736b4..ad2ffcd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -275,6 +275,14 @@ div.error { font-size: 14px; } +#content div.title a.share { + background: url(../images/icons/hand-share.png) 6px center no-repeat; + padding-left: 28px; + font-size: 12px; + font-weight: normal; + line-height: 12px; +} + /* Pagination */ .pagination { @@ -510,13 +518,6 @@ a.down-big { padding: 10px 15px; } -a.share { - background: url(../images/icons/hand-share.png) 6px center no-repeat; - padding-left: 28px; - font-size: 12px; - font-weight: normal; -} - /* Tabs */ ul.tabs {