nixpkgs docs: Use SVGs for callouts

This commit is contained in:
Graham Christensen
2018-03-26 14:08:36 -04:00
parent 2b3ba40c03
commit a80856cec5
3 changed files with 22 additions and 12 deletions
+13 -5
View File
@@ -29,8 +29,8 @@ h2 /* chapters, appendices, subtitle */
}
/* Extra space between chapters, appendices. */
div.chapter > div.titlepage h2, div.appendix > div.titlepage h2
{
div.chapter > div.titlepage h2, div.appendix > div.titlepage h2
{
margin-top: 1.5em;
}
@@ -118,6 +118,14 @@ div.example pre.programlisting
margin: 0 0 0 0;
}
.programlisting img {
width: 1em;
}
.calloutlist img {
width: 1.5em;
}
/***************************************************************************
Notes, warnings etc:
@@ -172,7 +180,7 @@ div.navfooter *
/***************************************************************************
Links colors and highlighting:
Links colors and highlighting:
***************************************************************************/
a { text-decoration: none; }
@@ -209,7 +217,7 @@ tt, code
.term
{
font-weight: bold;
}
div.variablelist dd p, div.glosslist dd p
@@ -252,4 +260,4 @@ table
div.affiliation
{
font-style: italic;
}
}