diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-25 08:24:17 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-25 08:24:17 +0200 |
commit | 449959fe84ca08bcfcd5507d91114ec11c34120a (patch) | |
tree | 3574c9a7b485aaf94913fb66e823d9a79bd3568c /css | |
parent | 8f6f256d8538e9ae9dde38fa38ed11b3c6c3e9cb (diff) |
Change all page layout and validate xhtml 1.0 strict
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 f312290..4aea4b7 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -155,6 +155,10 @@ p{ border-top:1px solid #DDDDDD; } +#list-packages h2{ + text-align:center; +} + #filter{ display:inline-block; position:absolute; |