mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Wrap long lines in the "Recent Updates" sidebar
* 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>
This commit is contained in:
parent
3b1dad229b
commit
7c004693f7
2 changed files with 11 additions and 3 deletions
|
@ -2,3 +2,7 @@
|
|||
#lang_sub {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#pkg-updates td.pkg-new {
|
||||
padding: 0 .5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue