[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#815239: move css into debian.css



This version provides the same rendering of the 2 forms but the CSS
style is included into debian.css instead of having it inline in the
HTML code.

The diff files were generated with `cvs diff ${filename}`.
Index: ../debian.css
===================================================================
RCS file: /cvs/webwml/webwml/english/debian.css,v
retrieving revision 1.103
diff -r1.103 debian.css
894a895,904
> 
> /* 
>  * For form
>  */
> 
> .action-block-form {
>     margin-left: 4em;
> }
> 
> 
Index: search_contents-form.inc
===================================================================
RCS file: /cvs/webwml/webwml/english/distrib/search_contents-form.inc,v
retrieving revision 1.18
diff -r1.18 search_contents-form.inc
7c7
< <p>
---
> <div>
10,13c10,12
< <input type="text" size="30" name="keywords" id="keyword" /> &nbsp;
< <input type="submit" value="<gettext domain="distrib">Search</gettext>" />
< &nbsp;<input type="reset" value="<gettext domain="distrib">Reset</gettext>" />
< <br />
---
> <input type="text" size="30" name="keywords" id="keyword" />
> </div>
> <div>
24c23,24
< <br />
---
> <div>
> </div>
46c46,50
< </p>
---
> </div>
> <div class="action-block-form">
>   <input type="submit" value="<gettext domain="distrib">Search</gettext>" />
>   <input type="reset" value="<gettext domain="distrib">Reset</gettext>" />
> </div>
Index: search_packages-form.inc
===================================================================
RCS file: /cvs/webwml/webwml/english/distrib/search_packages-form.inc,v
retrieving revision 1.14
diff -r1.14 search_packages-form.inc
7c7
< <p>
---
> <div>
10,11c10,11
< <input type="submit" value="<gettext domain="distrib">Search</gettext>" /> <input type="reset" value="<gettext domain="distrib">Reset</gettext>" />
< <br />
---
> </div>
> <div>
19c19,20
< <br />
---
> </div>
> <div>
22c23,24
< <br />
---
> </div>
> <div>
39c41,45
< </p>
---
> </div>
> <div class="action-block-form">
>   <input type="submit" value="<gettext domain="distrib">Search</gettext>" />
>   <input type="reset" value="<gettext domain="distrib">Reset</gettext>" />
> </div>

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: