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