diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-06 13:29:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-06 13:30:14 -0700 |
commit | 45ee22dd4a64d4a07d6f67d5bdb80d4f2394e222 (patch) | |
tree | a1eea3e74d88a44eebc4dc4bcf80d50062dab72c | |
parent | 0ccec393a557df0469794483f68eec0276a1faed (diff) |
xorg.css: center <othercredit> as well
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xorg.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,7 +74,8 @@ td { padding-left: 0.5em; } -h1, .author, .pubdate, .abstract, .subtitle, .releaseinfo, .authorgroup { +h1, .author, .pubdate, .abstract, .subtitle, .releaseinfo, .authorgroup, +.othercredit { text-align: center; } |