fix mathjax css

This commit is contained in:
Gaspard Jankowiak 2013-02-26 10:20:14 +01:00
commit 22e5568402
2 changed files with 15 additions and 4 deletions

View file

@ -534,7 +534,7 @@ body {
font: 14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #f0e7d5;
font-weight: normal;
background: #1B1B1B;
background-color: #1B1B1B;
/*background-attachment: fixed !important;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a2a29), color-stop(100%, #1c1c1c));
background: -webkit-linear-gradient(#2a2a29, #1c1c1c);
@ -858,5 +858,8 @@ section .credits.right {
}
.MathJax_Display {
font-size: 18px;
font-size: 120%;
}
#MathJax_Zoom {
background-color: #1B1B1B !important;
}