diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-25 07:51:33 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-25 07:51:33 +0200 |
commit | 8f6f256d8538e9ae9dde38fa38ed11b3c6c3e9cb (patch) | |
tree | 9d1f2a24c7e6341fba86da91ebb385a11e1ffaff /css | |
parent | b76086add9ffb0cbd9ddf54955df51db436ed07a (diff) |
There are no text filter ; styling table legend
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 { |