diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index e168efe79102c15813156e6e6ce67e4386e64d5b..ab5ff93babc9ee0ca6b8f7bf156a3212890fe177 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,11 @@ Pregmod 03/11/2019 + 3 + -fixes + -css tweaks + -body modification reactions expanded + 2 -fixes -code cleaning diff --git a/devNotes/twine CSS b/devNotes/twine CSS index 4a03614a0780a2eb824b0b6b109cabc8ff3b8bee..0c11d518885273e3fa7335bb94c87d15efb5d4a1 100644 --- a/devNotes/twine CSS +++ b/devNotes/twine CSS @@ -31,7 +31,7 @@ img { text-indent: -10000px; } -.imageColumn { +.imageColumn { /* TODO: this is mostly a copy of imageRef to get its flex features working properly. They can probably be removed from imageRef at some point */ display: flex; flex-direction: column; flex-wrap: wrap; @@ -123,7 +123,6 @@ img { .lrgVector svg { width: 336px; - height: 600px; } object { @@ -182,8 +181,7 @@ span.plusButton > a:hover { text-decoration: none; } span.minusButton > a:hover { text-decoration: none; } span.zeroButton > a:hover { text-decoration: none; } -/* Colors are made as css classes, to allow them to be - changed for a light color scheme (for example). */ +/* Colors are made as css classes, to allow them to be changed for a light color scheme (for example). */ .link { color: #68D } /* link color */ .aquamarine { color: aquamarine } .coral { color: coral } @@ -265,7 +263,7 @@ span.zeroButton > a:hover { text-decoration: none; } .springgreen a { color: springgreen } .tan a { color: tan } .chocolate a { color: chocolate } -.saddlebrown { color: saddlebrown } +.saddlebrown a { color: saddlebrown } .teal a { color: teal } .yellow a { color: yellow } .yellowgreen a { color: yellowgreen }