You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ck...@apache.org on 2008/03/22 18:48:58 UTC

svn commit: r640021 - /myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css

Author: ckormos
Date: Sat Mar 22 10:48:58 2008
New Revision: 640021

URL: http://svn.apache.org/viewvc?rev=640021&view=rev
Log:
fixed 1 pixel black border on IE around tables.
added png-fix.htc for img tags.

Modified:
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css

Modified: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css?rev=640021&r1=640020&r2=640021&view=diff
==============================================================================
--- myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css (original)
+++ myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css Sat Mar 22 10:48:58 2008
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
+ 
 /* Init --------------------------------------------------------------------- */
 * {
 	margin: 0px;
@@ -92,12 +92,16 @@
 }
 
 /* End hide from IE5-mac */ /* Add the min and max width in IE */
-* #main_container,* #top_menu_container,* #logo_banner_container,*
-	.copyright {
+* #main_container,* #top_menu_container,* #logo_banner_container,* .copyright {
 	width: expression(document . body . clientWidth >   1210 ?   "1200px" :   (
 		document . body . clientWidth <   960 ?   "950px" :   "auto") );
 }
 
+/* PNG transparency fix */
+img {
+	behavior: url(css/png-fix.htc);
+}
+
 /* IE fixes ----------------------------------------------------------------- */
 	/* Fluid layout constraints ----------------------------------------- */
 #main_container,#top_menu_container,#logo_banner_container,.copyright {
@@ -379,7 +383,7 @@
 
 #body_column table.bodyTable th,table.bodyTable tr,table.bodyTable td {
 	margin: 0px;
-	border: 1px inset white;
+	border: 1px solid white;
 	padding: 0px 7px 0px 7px;
 }