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 ++++ 1 file changed, 4 insertions(+) (limited to 'css') 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 { -- cgit