spec/integration_specs/document_alamofire/after/docs/css/jazzy.css in jazzy-0.0.15 vs spec/integration_specs/document_alamofire/after/docs/css/jazzy.css in jazzy-0.0.16
- old
+ new
@@ -5,10 +5,13 @@
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline; }
+#reference .declaration .Swift pre {
+ white-space: pre-wrap;
+ font-size: 140%; }
#reference .x-instance-method.Swift {
margin-left: 15px; }
#reference .chapter {
overflow-x: hidden;
border-top: 0;
@@ -690,5 +693,16 @@
word-wrap: normal;
background-color: transparent;
border: 0; }
.readme pre code:before, .readme pre code:after {
content: normal; }
+
+html.dash .book-parts {
+ display: none;
+ width: 0; }
+html.dash .chapter {
+ width: 980px;
+ margin-left: 0; }
+html.dash #reference .height-container {
+ display: block; }
+html.dash #reference .x-instance-method {
+ margin-left: 0; }