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

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


  User: gavin   
  Date: 06/11/14 00:51:00

  Modified:    examples/portal/view/css  screen.css
  Log:
  s:button
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/portal/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/portal/view/css/screen.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- screen.css	12 Apr 2006 14:09:09 -0000	1.2
  +++ screen.css	14 Nov 2006 05:51:00 -0000	1.3
  @@ -95,7 +95,7 @@
   /*}*/
   /* General
   ----------------------------------------------- */
  -.button {
  +input[type="submit"], input[type="button"] {
   	font-weight: bold;
   	color: #fff;
   	border: 1px solid #5D1414;
  @@ -249,6 +249,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