mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
* Sync the sidebar layout with archweb, use the "pkg-name" class to wrap long package names. * Move the "New!" logo to a separate column to make sure it isn't wrapped to a new line on its own. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
8 lines
130 B
CSS
8 lines
130 B
CSS
/* AUR-specific customizations to "archweb.css". */
|
|
#lang_sub {
|
|
float: right;
|
|
}
|
|
|
|
#pkg-updates td.pkg-new {
|
|
padding: 0 .5em;
|
|
}
|