OLD | NEW |
1 .todo, .comment { /* while we're working on doc, comment out display */ | 1 .todo, .comment { /* while we're working on doc, comment out display */ |
2 color: rgb(255, 0, 0); | 2 color: rgb(255, 0, 0); |
3 display: none; | 3 display: none; |
4 } | 4 } |
5 | 5 |
6 .tbd { /* style for comments that should be visible to all devs */ | 6 .tbd { /* style for comments that should be visible to all devs */ |
7 color: rgb(125, 125, 125); | 7 color: rgb(125, 125, 125); |
8 } | 8 } |
9 | 9 |
10 .pageData { | 10 .pageData { |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 } | 81 } |
82 | 82 |
83 code { | 83 code { |
84 font-size:10pt | 84 font-size:10pt |
85 } | 85 } |
86 | 86 |
87 pre { | 87 pre { |
88 font-size:9pt; | 88 font-size:9pt; |
89 background-color:#fafafa; | 89 background-color:#fafafa; |
90 border:1px solid #bbb; | 90 border:1px solid #bbb; |
91 line-height:125%; | |
92 margin:1em 0 0 0; | 91 margin:1em 0 0 0; |
93 padding:.99em; | 92 padding:.99em; |
94 overflow:auto; | 93 overflow:auto; |
95 word-wrap:break-word | 94 word-wrap:break-word |
96 } | 95 } |
97 | 96 |
98 blockquote { | 97 blockquote { |
99 text-align:justify; | 98 text-align:justify; |
100 margin:1em 90px 0 70px; | 99 margin:1em 90px 0 70px; |
101 padding:0 20px | 100 padding:0 20px |
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1332 border-left:0px; | 1331 border-left:0px; |
1333 } | 1332 } |
1334 | 1333 |
1335 #codesiteContent.hideSideNav .g-tpl-170 .g-unit { | 1334 #codesiteContent.hideSideNav .g-tpl-170 .g-unit { |
1336 display:block; | 1335 display:block; |
1337 margin:0 0 0 0px; | 1336 margin:0 0 0 0px; |
1338 width:auto; | 1337 width:auto; |
1339 float:none | 1338 float:none |
1340 } | 1339 } |
1341 | 1340 |
OLD | NEW |