Schriftgröße für <code>-Tag korrigiert
[website] / src / main / webapp / less / base / typo.less
index fa90a6c..98cc8ab 100644 (file)
@@ -100,6 +100,11 @@ pre
 {
   line-height: 1.2em;
 }
+code
+{
+  font-size: 120%; /** Otherwise, the font-size will be 75%, though not specified so anywhere!! */
+  line-height: 1.2em;
+}
 hr
 {
   border: none;