Site work

This commit is contained in:
jamesagnew 2015-02-11 09:06:56 -05:00
parent 94429962cd
commit 045c289458
2 changed files with 2 additions and 6 deletions

View File

@ -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;
}

View File

@ -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 &gt;= 2011-01-01</code>
and
<code>DATE &lt; 2011-02-01</code>
<code>date=&gt;=2011-01-01&amp;date=&lt;2011-02-01</code>
<br />
can be interpreted as any date within January 2011.
</p>