.
authorKim Nguyễn <kn@lri.fr>
Thu, 8 Oct 2015 11:27:54 +0000 (13:27 +0200)
committerKim Nguyễn <kn@lri.fr>
Thu, 8 Oct 2015 11:27:54 +0000 (13:27 +0200)
themes/uPsud.css

index 7c57e53..b965aea 100644 (file)
@@ -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