[Firebug-cvs] firebug/web fbmsg.html,1.1,1.2 firebug.css,1.9,1.10
Brought to you by:
doolin
From: <do...@us...> - 2003-05-22 04:40:35
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv13689 Modified Files: fbmsg.html firebug.css Log Message: Added headers, css extension. Index: fbmsg.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/fbmsg.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fbmsg.html 22 May 2003 01:51:28 -0000 1.1 --- fbmsg.html 22 May 2003 04:40:32 -0000 1.2 *************** *** 14,21 **** <h1>FireBug Active Message definition</h1> - - - - <p> <ul> --- 14,17 ---- *************** *** 38,43 **** <p> <table cellspacing=10 cellpadding=0 border=0 hspace=0> ! <tr bgcolor="#d0d0d0" > ! <td colspan=4><b>TOS AM</b></td> </tr> <tr bgcolor="#d0d0d0"> --- 34,41 ---- <p> <table cellspacing=10 cellpadding=0 border=0 hspace=0> ! <tr class="msg_header"> ! <td colspan=4><b>TOS HEADER</b></td> ! <td colspan=3><b>MH6 INFO</b></td> ! <td colspan=1><b>FIREBUG DATA</b></td> </tr> <tr bgcolor="#d0d0d0"> Index: firebug.css =================================================================== RCS file: /cvsroot/firebug/firebug/web/firebug.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** firebug.css 20 May 2003 21:01:53 -0000 1.9 --- firebug.css 22 May 2003 04:40:32 -0000 1.10 *************** *** 25,28 **** --- 25,33 ---- } + tr.msg_header { + background-color:#ffcc00; + text-align:center; + } + td.code { padding:5px; |