svnno****@sourc*****
svnno****@sourc*****
2008年 11月 19日 (水) 17:00:57 JST
Revision: 823 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=823 Author: tach Date: 2008-11-19 17:00:57 +0900 (Wed, 19 Nov 2008) Log Message: ----------- fix margin-top of notes and note Modified Paths: -------------- images/css/slashdotjp.css -------------- next part -------------- Modified: images/css/slashdotjp.css =================================================================== --- images/css/slashdotjp.css 2008-11-19 04:47:04 UTC (rev 822) +++ images/css/slashdotjp.css 2008-11-19 08:00:57 UTC (rev 823) @@ -153,6 +153,12 @@ color: #000; } +/* notes and note override */ +.notes, +.note { + margin-top: 0.2em; +} + /* Fix left menu (#links) bottom image */ div#links { background: #eee url(//images.slashdot.jp/slashbox-bottom-left.png) no-repeat left bottom;