diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/rpmphp.css | 4 |
1 files changed, 4 insertions, 0 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 { |