summaryrefslogtreecommitdiff
path: root/deps/diff.css
diff options
context:
space:
mode:
authorwagoodman <wagoodman@gmail.com>2016-12-26 09:59:14 -0500
committerwagoodman <wagoodman@gmail.com>2016-12-26 09:59:14 -0500
commitd275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88 (patch)
treedc78082fb9bb18d15a255ac91f1e652de671f103 /deps/diff.css
parent29d732b85f7b4ef27369d047f41d1303d3dd8968 (diff)
downloadwsdiff-d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88.tar.gz
wsdiff-d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88.tar.bz2
wsdiff-d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88.zip
added themeing and minor fixes
Diffstat (limited to 'deps/diff.css')
-rw-r--r--deps/diff.css41
1 files changed, 6 insertions, 35 deletions
diff --git a/deps/diff.css b/deps/diff.css
index 1ef115c..f7a002b 100644
--- a/deps/diff.css
+++ b/deps/diff.css
@@ -22,40 +22,6 @@ body {
}
/*
-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.
*/
.printmargin {
@@ -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;