mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Remove a boatload of inline table styles
Replacing with CSS styles where appropriate. A previously unused CSS style is tweaked in the stylesheet to match most of what was done via non-CSS styling. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
10355ec959
commit
8dc7b37909
8 changed files with 35 additions and 40 deletions
|
@ -244,13 +244,14 @@ table.center {
|
|||
}
|
||||
table.results {
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.results th {
|
||||
background-color: #e1e3e6;
|
||||
border-bottom: 1px solid #46494d;
|
||||
border-top: 1px solid #46494d;
|
||||
padding: 0px 5px 0px 0px;
|
||||
text-align: center;
|
||||
}
|
||||
.results th, .results td {
|
||||
padding: 1px;
|
||||
}
|
||||
.results th>a {
|
||||
text-decoration: none;
|
||||
|
|
|
@ -50,7 +50,7 @@ echo __(
|
|||
<br />
|
||||
<?php echo __('Some packages may be provided as binaries in [community].'); ?>
|
||||
</p>
|
||||
<table border='0' cellpadding='0' cellspacing='3' width='90%'>
|
||||
<table>
|
||||
<tr>
|
||||
<td class='boxSoft' valign='top'>
|
||||
<?php updates_table($dbh); ?>
|
||||
|
|
|
@ -449,7 +449,7 @@ html_header("Submit");
|
|||
|
||||
<form action='pkgsubmit.php' method='post' enctype='multipart/form-data'>
|
||||
<div> <input type='hidden' name='pkgsubmit' value='1' /> </div>
|
||||
<table border='0' cellspacing='5'>
|
||||
<table>
|
||||
<tr>
|
||||
<td class='f4' align='right'><?php print __("Package Category"); ?>:</td>
|
||||
<td class='f4' align='left'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue