]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added some rules that affect those little "See also:" sections.
authorFred Drake <fdrake@acm.org>
Thu, 25 Mar 1999 22:22:45 +0000 (22:22 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 25 Mar 1999 22:22:45 +0000 (22:22 +0000)
Doc/html/style.css

index 33bed3bf2c1b1301d11875777446f68a271a6d5f..c9625db81a4ba24d6186ffded80080c456fc27a7 100644 (file)
@@ -46,6 +46,17 @@ var                  { font: italic normal serif }
 .url                   { font-family: avantgarde, sans-serif }
 .file                  { font-family: avantgarge, sans-serif }
 
+/*
+ * Some decoration for the "See also:" blocks, in part inspired by some of
+ * the styling on Lars Marius Garshol's XSA pages.
+ * (The blue in the navigation bars is #99CCFF.)
+ */
+.seealso               { background-color: floralwhite;
+                          border: thin solid black;
+                          padding: 4pt }
+
+.seealso .heading      { font-size: 110% }
+
 /*
  * Class 'availability' is used for module availability statements at
  * the top of modules.  Otherwise, rely on context for platform specifiers