Przeglądaj źródła

Make firstterms bold

[SVN r23394]
Douglas Gregor 22 lat temu
rodzic
commit
1bebadf41d
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      doc/html/boostbook.css

+ 6 - 0
doc/html/boostbook.css

@@ -66,6 +66,12 @@ div pre.programlisting, .refsynopsisdiv
    width: 100%;
    width: 100%;
 }
 }
 
 
+i.firstterm
+{
+   font-style: normal;
+   font-weight: bold;
+}
+
 @media screen
 @media screen
 {
 {
    a{ color: blue; }
    a{ color: blue; }

粤ICP备19079148号