From d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88 Mon Sep 17 00:00:00 2001 From: wagoodman Date: Mon, 26 Dec 2016 09:59:14 -0500 Subject: added themeing and minor fixes --- deps/diff.css | 41 ++++++----------------------------------- 1 file changed, 6 insertions(+), 35 deletions(-) (limited to 'deps/diff.css') diff --git a/deps/diff.css b/deps/diff.css index 1ef115c..f7a002b 100644 --- a/deps/diff.css +++ b/deps/diff.css @@ -21,40 +21,6 @@ body { box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3); } -/* -These styles are used to highlight each diff line. -Note: for partial like highlight change to "display:block-inline" -*/ -span.left_diff_change { - background-color: #FFE5B5; - display: block -} -span.left_diff_add { - background-color: #eeeeee; - display: block -} -span.left_diff_del { - background-color: #ffdddd; - display: block -} -span.lineno_q { - display: block; -} -span.right_diff_change { - background-color: #FFE5B5; - display: block -} -span.right_diff_add { - background-color: #ddffdd; - display: block -} -span.right_diff_del { - background-color: #eeeeee; - display: block -} -span.clearbg { - background-color: transparent; -} /* These styles are used to modify the containing area is placed/displayed. */ @@ -194,9 +160,14 @@ input.toggle-yes-no:checked + label:after { div#maincontainer { overflow-x: auto; - width: 106em; margin: 20px 0 0 15px; } +.page-80-width { + width: 106em; +} +.page-full-width { + width: auto; +} .codefiletab { font-family: calibri, "Trebuchet MS", Helvetica, sans-serif; background-color: transparent; -- cgit