From: Andrew Dolgov Date: Mon, 19 Jan 2009 09:51:51 +0000 (+0100) Subject: css tweaks X-Git-Tag: 1.3.0~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=64ab16acfa10ead7cd495524eeafb83c36e91581;p=tt-rss.git css tweaks --- diff --git a/functions.php b/functions.php index 6a1eebee..5e033005 100644 --- a/functions.php +++ b/functions.php @@ -4732,8 +4732,9 @@ print ""; print "
" . $feed_icon . "
"; + print "
"; - + #print "
".__('Tags:')." $f_tags_str
"; $article_content = sanitize_rss($link, $line["content"]); diff --git a/tt-rss.css b/tt-rss.css index 6e099044..30971e7c 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -28,14 +28,14 @@ div.postReply a:hover { } div.postReply div.postHeader { - background : #ecf4ff; - /* border : 1px solid #88b0f0; */ border-width : 0px 0px 1px 0px; - border-style : dotted; - border-color : #88b0f0; + border-style : solid; + border-color : #a0a0a0; + background-color : #f9faff; margin : 0px 1px 0px 0px; padding : 5px; cursor : move; + color : #909090; } /* div.postReply > div.postHeader {