Mercurial > code > home > repos > homeauto
comparison service/reasoning/index.html @ 1042:aabb6ef60042
reindent
Ignore-this: e1d8671c92ea28fe8a176d88262e6523
darcs-hash:7c7caabe23b7b2703d9b007401332f59998fdf5b
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 01 Feb 2016 02:34:26 -0800 |
parents | 5fa741cb02a3 |
children | 7a9836d51b0e |
comparison
equal
deleted
inserted
replaced
1041:5fa741cb02a3 | 1042:aabb6ef60042 |
---|---|
3 <head> | 3 <head> |
4 <title>reasoning</title> | 4 <title>reasoning</title> |
5 <link rel="import" href="https://bigasterisk.com/lib/polymer/0.5.2/core-splitter/core-splitter.html"> | 5 <link rel="import" href="https://bigasterisk.com/lib/polymer/0.5.2/core-splitter/core-splitter.html"> |
6 <link rel="import" href="https://bigasterisk.com/supdebug/bang/service-rows/main.html"> | 6 <link rel="import" href="https://bigasterisk.com/supdebug/bang/service-rows/main.html"> |
7 <style type="text/css" media="all"> | 7 <style type="text/css" media="all"> |
8 /* <![CDATA[ */ | 8 /* <![CDATA[ */ |
9 body { | 9 body { |
10 font-family: sans-serif; | 10 font-family: sans-serif; |
11 font-size: 12px; | 11 font-size: 12px; |
12 | 12 } |
13 } | 13 pre { |
14 pre { | 14 font-family: sans-serif; |
15 font-family: sans-serif; | 15 } |
16 } | 16 pre div { |
17 pre div { | 17 border-bottom: 1px solid #ccc; |
18 border-bottom: 1px solid #ccc; | 18 } |
19 } | 19 .pred { |
20 .pred { | 20 background: #e7e6f8; |
21 background: #e7e6f8; | 21 } |
22 } | 22 .obj { |
23 .obj { | 23 background: #ccf |
24 background: #ccf | 24 } |
25 } | |
26 .pane { | 25 .pane { |
27 position: relative; | 26 position: relative; |
28 display: flex; | 27 display: flex; |
29 flex-direction: column; | 28 flex-direction: column; |
30 } | 29 } |
31 .pane pre { | 30 .pane pre { |
32 overflow: auto; | 31 overflow: auto; |
33 flex-grow: 1; | 32 flex-grow: 1; |
34 } | 33 } |
35 /* ]]> */ | 34 /* ]]> */ |
36 </style> | 35 </style> |
37 | 36 |
38 </head> | 37 </head> |
39 <body layout vertical fit> | 38 <body layout vertical fit> |
40 | 39 |