svnno****@sourc*****
svnno****@sourc*****
2009年 3月 10日 (火) 20:50:24 JST
Revision: 1062 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1062 Author: tach Date: 2009-03-10 20:50:24 +0900 (Tue, 10 Mar 2009) Log Message: ----------- fix for new search HTML Modified Paths: -------------- images/trunk/css/slashdotjp.css -------------- next part -------------- Modified: images/trunk/css/slashdotjp.css =================================================================== --- images/trunk/css/slashdotjp.css 2009-03-10 10:25:40 UTC (rev 1061) +++ images/trunk/css/slashdotjp.css 2009-03-10 11:50:24 UTC (rev 1062) @@ -564,16 +564,22 @@ text-align: right; } -div.search-results, +div.search-result, div.search-help { margin: 1.2em 5px; line-height: 1.5; } -.search-results .intro { - font-size: 80%; +.search-result h4 { + font-size: 110%; } -.search-results .data { + +.search-result .intro { + font-size: 90%; +} + +.search-result .data, +.search-result .section-topics { font-size: 80%; color: #666; }