diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2013-02-16 18:15:13 -0500 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2013-02-16 18:15:13 -0500 |
commit | 56133a04d1c5dcd4825f4c0c978b8a9336d603d0 (patch) | |
tree | 62956619448c344e1a0a2827626082d2a4a9e0a3 /lib/tpl/dokuwiki | |
parent | c0e94f2ae82b91c9a8af05eea8443b37eef52ba7 (diff) | |
download | rpg-56133a04d1c5dcd4825f4c0c978b8a9336d603d0.tar.gz rpg-56133a04d1c5dcd4825f4c0c978b8a9336d603d0.tar.bz2 |
Fix width of indicator column.
Diffstat (limited to 'lib/tpl/dokuwiki')
-rw-r--r-- | lib/tpl/dokuwiki/css/_diff.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/css/_diff.css b/lib/tpl/dokuwiki/css/_diff.css index 62f831213..58c24b5c7 100644 --- a/lib/tpl/dokuwiki/css/_diff.css +++ b/lib/tpl/dokuwiki/css/_diff.css @@ -21,7 +21,6 @@ .dokuwiki table.diff th { border-bottom: 1px solid __border__; font-size: 110%; - width: 50%; font-weight: normal; } .dokuwiki table.diff th a { @@ -37,8 +36,19 @@ .dokuwiki table.diff th.minor { color: #999; } +.dokuwiki table.diff_sidebyside th { + width: 50%; +} /* table body */ +.dokuwiki table.diff .diff-lineheader { + width: .7em; + text-align: right; +} +[dir=rtl] .dokuwiki table.diff .diff-lineheader { + text-align: left; +} +.dokuwiki table.diff .diff-lineheader, .dokuwiki table.diff td { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; } |