svnno****@sourc*****
svnno****@sourc*****
2008年 12月 22日 (月) 13:44:51 JST
Revision: 900 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=900 Author: tach Date: 2008-12-22 13:44:51 +0900 (Mon, 22 Dec 2008) Log Message: ----------- fix pagination right margin Modified Paths: -------------- test/images/css/firehose.css test/images/css/firehose.css.jp -------------- next part -------------- Modified: test/images/css/firehose.css =================================================================== --- test/images/css/firehose.css 2008-12-19 12:04:14 UTC (rev 899) +++ test/images/css/firehose.css 2008-12-22 04:44:51 UTC (rev 900) @@ -709,4 +709,9 @@ display: none; } +/* fix pagination margin */ +.paginate { + margin-right: 0; +} + /* vim: set ft=css: */ Modified: test/images/css/firehose.css.jp =================================================================== --- test/images/css/firehose.css.jp 2008-12-19 12:04:14 UTC (rev 899) +++ test/images/css/firehose.css.jp 2008-12-22 04:44:51 UTC (rev 900) @@ -125,4 +125,9 @@ display: none; } +/* fix pagination margin */ +.paginate { + margin-right: 0; +} + /* vim: set ft=css: */