Skip to content
Snippets Groups Projects
Commit 0546a00f authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

Pregmod v2.2.3

See merge request pregmodfan/fc-pregmod!3837
parents 28f9adc0 92b15115
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,11 @@ Pregmod ...@@ -4,6 +4,11 @@ Pregmod
03/11/2019 03/11/2019
3
-fixes
-css tweaks
-body modification reactions expanded
2 2
-fixes -fixes
-code cleaning -code cleaning
......
...@@ -31,7 +31,7 @@ img { ...@@ -31,7 +31,7 @@ img {
text-indent: -10000px; 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; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: wrap; flex-wrap: wrap;
...@@ -123,7 +123,6 @@ img { ...@@ -123,7 +123,6 @@ img {
.lrgVector svg { .lrgVector svg {
width: 336px; width: 336px;
height: 600px;
} }
object { object {
...@@ -182,8 +181,7 @@ span.plusButton > a:hover { text-decoration: none; } ...@@ -182,8 +181,7 @@ span.plusButton > a:hover { text-decoration: none; }
span.minusButton > a:hover { text-decoration: none; } span.minusButton > a:hover { text-decoration: none; }
span.zeroButton > a:hover { text-decoration: none; } span.zeroButton > a:hover { text-decoration: none; }
/* Colors are made as css classes, to allow them to be /* Colors are made as css classes, to allow them to be changed for a light color scheme (for example). */
changed for a light color scheme (for example). */
.link { color: #68D } /* link color */ .link { color: #68D } /* link color */
.aquamarine { color: aquamarine } .aquamarine { color: aquamarine }
.coral { color: coral } .coral { color: coral }
...@@ -265,7 +263,7 @@ span.zeroButton > a:hover { text-decoration: none; } ...@@ -265,7 +263,7 @@ span.zeroButton > a:hover { text-decoration: none; }
.springgreen a { color: springgreen } .springgreen a { color: springgreen }
.tan a { color: tan } .tan a { color: tan }
.chocolate a { color: chocolate } .chocolate a { color: chocolate }
.saddlebrown { color: saddlebrown } .saddlebrown a { color: saddlebrown }
.teal a { color: teal } .teal a { color: teal }
.yellow a { color: yellow } .yellow a { color: yellow }
.yellowgreen a { color: yellowgreen } .yellowgreen a { color: yellowgreen }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment