From 22e5568402f90c5317dbb766b8d593f8e96d7230 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Tue, 26 Feb 2013 10:20:14 +0100 Subject: [PATCH] fix mathjax css --- _layouts/default.html | 12 ++++++++++-- stylesheets/styles.css | 7 +++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7c2961e..a8c9421 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,12 +4,20 @@ {{ page:title }} - - + + + diff --git a/stylesheets/styles.css b/stylesheets/styles.css index a834c37..322cd11 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -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; }