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:
Lukas Fleischer 2012-09-19 01:17:32 +02:00
parent 3b1dad229b
commit 7c004693f7
2 changed files with 11 additions and 3 deletions

View file

@ -2,3 +2,7 @@
#lang_sub {
float: right;
}
#pkg-updates td.pkg-new {
padding: 0 .5em;
}