[Tinyos-2-commits] CVS: tinyos-2.x/doc/stylesheets tinyos.css, 1.1.2.2, 1.1.2.3

Phil Levis scipio at users.sourceforge.net
Sun Nov 5 10:09:54 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/doc/stylesheets
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13786/doc/stylesheets

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tinyos.css 
Log Message:
A few minor bug fixes, from the SF bugtracker. Limited MTS300 support.



Index: tinyos.css
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/stylesheets/tinyos.css,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** tinyos.css	29 Mar 2006 01:04:17 -0000	1.1.2.2
--- tinyos.css	5 Nov 2006 18:09:52 -0000	1.1.2.3
***************
*** 15,24 ****
  }
  a:link { 
! 	color: #d3595e;
  	text-decoration: none;
  	font-weight: bold; 
  } 
  a:visited { 
! 	color: #404040; 
  	text-decoration: none;
  	font-weight: bold; 
--- 15,24 ----
  }
  a:link { 
! 	color: #c3494e;
  	text-decoration: none;
  	font-weight: bold; 
  } 
  a:visited { 
! 	color: #402020; 
  	text-decoration: none;
  	font-weight: bold; 
***************
*** 74,78 ****
  .menu {
  	width: 100%;
! 	background-color: #c00000;
  	padding: .2em 1em .2em 1em;
  	border: 0;
--- 74,78 ----
  .menu {
  	width: 100%;
! 	background-color: #d0d0d0;
  	padding: .2em 1em .2em 1em;
  	border: 0;
***************
*** 102,106 ****
  	margin: 0 0 0 0;
  	border: 0 0 0 0;
!         background-color: #a0a0a0;
          color: #000000;
  }
--- 102,106 ----
  	margin: 0 0 0 0;
  	border: 0 0 0 0;
!         background-color: #d0d0d0;
          color: #000000;
  }
***************
*** 112,120 ****
  	padding: .2em .2em .2em .2em;
  	text-align: left; 
! 	background-color: #e0e0c0;
  }
  
  .title {
!         background-color: grey;
          font-family: Helvetica, sans-serif;
          font-size: x-large;
--- 112,120 ----
  	padding: .2em .2em .2em .2em;
  	text-align: left; 
! 	background-color: #d0d0d0;
  }
  
  .title {
!         background-color: #d0d0d0;
          font-family: Helvetica, sans-serif;
          font-size: x-large;
***************
*** 122,126 ****
  }
  .subtitle {
!         background-color: grey;
          font-family: Helvetica, sans-serif;
  	font-weight: normal;
--- 122,126 ----
  }
  .subtitle {
!         background-color: #d0d0d0;
          font-family: Helvetica, sans-serif;
  	font-weight: normal;



More information about the Tinyos-2-commits mailing list