aurweb/web/html/css/aur.css
Lukas Fleischer 7c004693f7 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>
2012-09-19 01:17:32 +02:00

8 lines
130 B
CSS

/* AUR-specific customizations to "archweb.css". */
#lang_sub {
float: right;
}
#pkg-updates td.pkg-new {
padding: 0 .5em;
}