diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-29 11:00:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-29 11:00:13 +0200 |
commit | 2c61a7ac0a3cfc86f74031ba6ec41ea81d4a8fcc (patch) | |
tree | 661d1e5ef5667aa5d52497292d25d9a8c691f867 | |
parent | 450d53ef1f48c1fc913d81603103e86a3c08bc83 (diff) | |
parent | afcf0d9d405ce6cabeedbc1352fb651ef8eb47e7 (diff) |
Merge branch 'master' of http://github.com/trasher/rpmphp
-rw-r--r-- | css/rpmphp.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/rpmphp.css b/css/rpmphp.css index af1b8fc..0b99b7f 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -158,10 +158,12 @@ p{ border-bottom:1px solid #bbb; } +#list-packages tbody td{ + border-bottom:1px solid #DDDDDD; +} + #list-packages tbody tr.odd td{ background-color:#F0F0F0; - border-bottom:1px solid #DDDDDD; - border-top:1px solid #DDDDDD; } #list-packages h2{ |