Sfoglia il codice sorgente

Make firstterms bold

[SVN r23394]
Douglas Gregor 22 anni fa
parent
commit
1bebadf41d
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      doc/html/boostbook.css

+ 6 - 0
doc/html/boostbook.css

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

粤ICP备19079148号