From: <var...@us...> - 2011-03-10 13:09:48
|
Revision: 7991 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7991&view=rev Author: vargenau Date: 2011-03-10 13:09:42 +0000 (Thu, 10 Mar 2011) Log Message: ----------- border-style Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2011-03-10 13:04:46 UTC (rev 7990) +++ trunk/themes/MonoBook/commonPrint.css 2011-03-10 13:09:42 UTC (rev 7991) @@ -179,7 +179,7 @@ #content { background: none; - border: none ! important; + border-style: none ! important; font-size: 11pt; padding: 0 ! important; margin: 0 ! important; @@ -220,7 +220,7 @@ a:link, a:visited { color: #520; - background: transparent; + background-color: transparent; text-decoration: underline; } /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |