[Swift-commit] r6967 - SwiftTutorials/CIC_2013-08-09/doc

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Thu Aug 22 23:21:16 CDT 2013


Author: wilde
Date: 2013-08-22 23:21:15 -0500 (Thu, 22 Aug 2013)
New Revision: 6967

Modified:
   SwiftTutorials/CIC_2013-08-09/doc/asciidoc.css
Log:
edits for cic; change style for listingBlock to remove background and border so long source code lines look better.

Modified: SwiftTutorials/CIC_2013-08-09/doc/asciidoc.css
===================================================================
--- SwiftTutorials/CIC_2013-08-09/doc/asciidoc.css	2013-08-23 03:17:54 UTC (rev 6966)
+++ SwiftTutorials/CIC_2013-08-09/doc/asciidoc.css	2013-08-23 04:21:15 UTC (rev 6967)
@@ -1,2 +1,26 @@
 a:link { color:navy; }
 a:visited { color:navy; }
+
+.monospaced, code, pre {
+  font-family: "Courier New", Courier, monospace;
+  font-size: small; /* inherit; */
+  color: navy;
+  padding: 0;
+  margin: 0;
+}
+
+/*
+  background: #f8f8f8;
+  border: 1px solid #dddddd;
+  border-left: 5px solid #f0f0f0;
+  margin-right: 10%;
+*/
+
+div.listingblock > div.content {
+  padding: 0.5em;
+  background: none;
+  border: none;
+  border-left: none;
+  margin-right: none;
+}
+




More information about the Swift-commit mailing list