From 8f6f256d8538e9ae9dde38fa38ed11b3c6c3e9cb Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Tue, 25 May 2010 07:51:33 +0200 Subject: There are no text filter ; styling table legend --- css/rpmphp.css | 4 ++++ rpm.php | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/rpmphp.css b/css/rpmphp.css index 89ce374..f312290 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -176,6 +176,10 @@ p{ list-style:none; width:20%; text-align:center; + background-color:#E5E5E5; + -moz-border-radius:5px 5px 5px 5px; + -webkit-border-radius:5px 5px 5px 5px; + padding:.5em 2em; } .error { diff --git a/rpm.php b/rpm.php index 7c42c3c..54eeda8 100644 --- a/rpm.php +++ b/rpm.php @@ -161,7 +161,7 @@ include '_header.php';
Filter packages - +
- - +
-- cgit