aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-03-26 14:04:19 -0400
committerGraham Christensen <graham@grahamc.com>2018-03-26 14:08:36 -0400
commita80856cec5811b9eb7778b157e5ea943db26e74b (patch)
treee1a4a72e305e73973bc4d0d0af3f0c5186af1e9e /doc/style.css
parent2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a (diff)
nixpkgs docs: Use SVGs for callouts
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/style.css b/doc/style.css
index ac76a64bbb2..fe38986c118 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -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;
-} \ No newline at end of file
+}