From 770abeee931fa3d754bd68642756a54e570bc190 Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Thu, 8 Sep 2011 17:55:14 +0200 Subject: [PATCH] Fix CSS for share link in projects --- assets/css/style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 {