[Firebug-cvs] firebug/web firebug.css,1.13,1.14 index.php,1.4,1.5
Brought to you by:
doolin
From: Kevin <kar...@us...> - 2004-08-20 00:46:51
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27430 Modified Files: firebug.css index.php Log Message: Updated the mainpage for the firebug website. Index: firebug.css =================================================================== RCS file: /cvsroot/firebug/firebug/web/firebug.css,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** firebug.css 11 May 2004 23:23:38 -0000 1.13 --- firebug.css 20 Aug 2004 00:46:25 -0000 1.14 *************** *** 57,60 **** --- 57,86 ---- } + h3 { + color:#0E37D0; + font-family:Georgia; + font-weight:bold; + font-size:200%; + } + + h4 { + background-color:#072285; + color:#5A7CFC; + font-family:Courier New; + font-style:normal; + font-weight:bold; + font-size:150%; + } + + p.jazzy { + color:#1841D8; + font-family:Comic Sans MS; + } + + p.nice { + color:#465BAA; + font-family:Lucida Console; + } + pre.code { background-color:#ffff66; *************** *** 90,94 **** } - /* a:active { --- 116,119 ---- Index: index.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 3 Aug 2004 22:31:35 -0000 1.4 --- index.php 20 Aug 2004 00:46:25 -0000 1.5 *************** *** 19,26 **** <br> <br> <br> ! <p> <font size = 4> --- 19,36 ---- <br> + <center> + <h3>Design and Construction of a Wildfire Instrumentation System using Networked Sensors</h3> + </center> + <center> + <p class="nice"> + M. M. Chen, C. Majidi, D. M. Doolin, S. Glaser, N. Sitar + </p> + </center> <br> <br> ! <h4>Abstract</h4> ! ! <p class="jazzy"> <font size = 4> *************** *** 60,64 **** <td> <font size = 2> ! The FireBug system was funded by a grant from the <a href="http://www.nsf.gov">National Science Foundation</a> Information Technology Research initiative, award ITR/IM-0121693. </font> </td> --- 70,74 ---- <td> <font size = 2> ! The FireBug system is being developed as a part of Adaptive Real-Time Geoscience and Environmental Data Analysis, Modeling and Visualization grant from the National Science Foundation Information Technology Research initiative, award ITR/IM-0121693. </font> </td> |