Site work
This commit is contained in:
parent
94429962cd
commit
045c289458
|
@ -88,8 +88,6 @@ a[name]:before {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
.syntaxhighlighter {
|
.syntaxhighlighter {
|
||||||
font-size: 0.85em !important;
|
font-size: 0.85em !important;
|
||||||
}
|
}
|
||||||
|
@ -139,6 +137,7 @@ dfn {
|
||||||
border-bottom: 1px dotted #40A040;
|
border-bottom: 1px dotted #40A040;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
a,a.externalLink,a:active,a:hover,a:link,a:visited {
|
a,a.externalLink,a:active,a:hover,a:link,a:visited {
|
||||||
color: #993300;
|
color: #993300;
|
||||||
}
|
}
|
||||||
|
|
|
@ -584,10 +584,7 @@
|
||||||
<p>
|
<p>
|
||||||
FHIR allows for multiple parameters with the same key, and interprets
|
FHIR allows for multiple parameters with the same key, and interprets
|
||||||
these as being an "AND" set. So, for example, a range of
|
these as being an "AND" set. So, for example, a range of
|
||||||
<br />
|
<code>date=>=2011-01-01&date=<2011-02-01</code>
|
||||||
<code>DATE >= 2011-01-01</code>
|
|
||||||
and
|
|
||||||
<code>DATE < 2011-02-01</code>
|
|
||||||
<br />
|
<br />
|
||||||
can be interpreted as any date within January 2011.
|
can be interpreted as any date within January 2011.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue