From: <var...@us...> - 2012-12-29 10:34:34
|
Revision: 8700 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8700&view=rev Author: vargenau Date: 2012-12-29 10:34:26 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Optimize border Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2012-12-29 10:16:49 UTC (rev 8699) +++ trunk/themes/MonoBook/commonPrint.css 2012-12-29 10:34:26 UTC (rev 8700) @@ -96,7 +96,7 @@ float: right; margin: 0; position: relative; - border: 0.5em solid White; + border: solid white; border-width: 0.5em 0 0.8em 1.4em; } @@ -108,7 +108,7 @@ float: left; margin: 0.3em 0.5em 0.5em 0; position: relative; - border: 0.5em solid White; + border: solid white; border-width: 0.5em 1.4em 0.8em 0; } @@ -119,8 +119,7 @@ /* thumbnails */ div.thumb { margin-bottom: 0.5em; - border-style: solid; - border-color: White; + border: solid white; width: auto; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |