[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby.css, 1.2, 1.3

Katayama Toshiaki k at dev.open-bio.org
Thu Mar 8 00:04:00 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates
In directory dev.open-bio.org:/tmp/cvs-serv13741/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates

Modified Files:
	bioruby.css 
Log Message:
* better font size for textarea, leftified h1


Index: bioruby.css
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bioruby.css	16 Jan 2007 05:47:05 -0000	1.2
--- bioruby.css	8 Mar 2007 00:03:58 -0000	1.3
***************
*** 136,145 ****
  
  h1 {
! 	font-size: 200%;
  	color: #ffffff;
  	background-color: #6e8377;
  	line-height: 64px;
! 	text-align: right;
! 	padding-right: 20px;
  }
  
--- 136,145 ----
  
  h1 {
! 	font-size: 180%;
  	color: #ffffff;
  	background-color: #6e8377;
  	line-height: 64px;
! 	text-align: left;
! 	padding-left: 20px;
  }
  
***************
*** 212,215 ****
--- 212,216 ----
  textarea {
  	font-family: monospace;
+ 	font-size: 100%;
  	overflow: auto;
  }




More information about the bioruby-cvs mailing list