From e234502e7c1b0978c821e4f627aae9e3c29e8064 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Thu, 8 Oct 2015 13:27:54 +0200 Subject: [PATCH] . --- themes/uPsud.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/themes/uPsud.css b/themes/uPsud.css index 7c57e53..b965aea 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -106,7 +106,7 @@ h1 { src: url("DIN-Medium.ttf") format("truetype"); font-family: "DIN"; font-style: "normal"; - font-weight: "medium"; + font-weight:"medium"; } @font-face { @@ -358,8 +358,15 @@ kbd { font-family:inherit; } -var { - color: #696968; +var, cite { + /* color: #696968; */ + color: #00486c; font-family:'Computer Modern Serif'; font-style: normal; + font-weight:bold; + +} +cite { + display:block; + text-align:center; } \ No newline at end of file -- 2.17.1