mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
style: Run pre-commit
This commit is contained in:
parent
b47882b114
commit
9c6c13b78a
235 changed files with 7180 additions and 5628 deletions
|
@ -12,4 +12,3 @@ html_header( __("Service Unavailable") );
|
|||
|
||||
<?php
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
|
@ -114,4 +114,3 @@ if (has_credential(CRED_TU_ADD_VOTE)) {
|
|||
}
|
||||
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
|
@ -14,5 +14,3 @@ html_header(__("Manage Co-maintainers"));
|
|||
$users = pkgbase_get_comaintainers($base_id);
|
||||
include('comaintainers_form.php');
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url('archnavbar/archlogo.png') no-repeat !important; }
|
||||
@media (-webkit-min-device-pixel-ratio: 1.2), (min--moz-device-pixel-ratio: 1.2), (-o-min-device-pixel-ratio: 2/1) {
|
||||
[dir="rtl"] #archnavbarlogo { float: right !important;}
|
||||
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url(archnavbar/archlogo.svg) no-repeat !important;background-size:100% !important;
|
||||
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url(archnavbar/archlogo.svg) no-repeat !important;background-size:100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1230,4 +1230,4 @@ ul.signoff-list {
|
|||
/* itemprops */
|
||||
.itemprop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,4 +29,3 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
}
|
||||
|
||||
header("Location: $redirect_uri");
|
||||
|
||||
|
|
|
@ -171,4 +171,3 @@ if (isset($pkgid)) {
|
|||
}
|
||||
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
|
@ -193,4 +193,3 @@ if (isset($base_id)) {
|
|||
}
|
||||
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
|
@ -81,4 +81,3 @@ if (isset($base_id)) {
|
|||
}
|
||||
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
|
@ -120,4 +120,3 @@ else {
|
|||
}
|
||||
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue