svnno****@sourc*****
svnno****@sourc*****
Sun Feb 24 17:20:06 JST 2008
Revision: 3392 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3392 Author: pal_gene Date: 2008-02-24 17:20:05 +0900 (Sun, 24 Feb 2008) Log Message: ----------- *Honor stupid color settings users in history search (default css modify for Black-background && White-text user) modified: data/search-result.css Modified Paths: -------------- kazehakase/trunk/data/search-result.css Modified: kazehakase/trunk/data/search-result.css =================================================================== --- kazehakase/trunk/data/search-result.css 2008-02-23 11:25:29 UTC (rev 3391) +++ kazehakase/trunk/data/search-result.css 2008-02-24 08:20:05 UTC (rev 3392) @@ -1,4 +1,5 @@ body { + color: #000; background-color: #ccc; } @@ -12,6 +13,7 @@ } div.content { + color: #000; background-color: #eee; margin: 1.2em; border-style: solid;