diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-02-17 18:26:39 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-02-17 18:26:39 +0000 |
commit | 333ef4f3bdb4c2b3332744e3f894d9990d3c24e8 (patch) | |
tree | 79922c3878a4b0bf2a0a147cc972a1d54ec8794d /lib/tpl/dokuwiki/css | |
parent | 60056e697fb1666e9b491b6f9f5654b694e3b8c9 (diff) | |
parent | a69506c52fbd9c92500be4f380acc7e68d4d6560 (diff) | |
download | rpg-333ef4f3bdb4c2b3332744e3f894d9990d3c24e8.tar.gz rpg-333ef4f3bdb4c2b3332744e3f894d9990d3c24e8.tar.bz2 |
Merge remote-tracking branch 'whoopdedo/diffmarkup' into FS#2720
Diffstat (limited to 'lib/tpl/dokuwiki/css')
-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; } |