[jboss-cvs] jboss-seam/examples/hibernate/view/css ...

Gavin King gavin.king at jboss.com
Tue Nov 14 00:50:59 EST 2006


  User: gavin   
  Date: 06/11/14 00:50:59

  Modified:    examples/hibernate/view/css  screen.css
  Log:
  s:button
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/hibernate/view/css/screen.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: screen.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/view/css/screen.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- screen.css	23 Jan 2006 11:19:40 -0000	1.1
  +++ screen.css	14 Nov 2006 05:50:59 -0000	1.2
  @@ -88,7 +88,7 @@
   }
   /* General
   ----------------------------------------------- */
  -.button {
  +input[type="submit"], input[type="button"] {
   	font-weight: bold;
   	color: #fff;
   	border: 1px solid #5D1414;
  @@ -242,6 +242,6 @@
   #pgHome #content {
   	margin-top: 183px;
   }
  -#pgHome .button {
  +#pgHome input[type="submit"] {
   	height: 30px;
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list