Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ https://github.com/usnistgov/WIPP-Registry-k8s

[NIST Software Disclaimer](https://www.nist.gov/disclaimer)

Note: The XML-based schemas provided with the WIPP Registry do not represent “standard” metadata representations and are specifically release as “as is,” and as such the National Institute of Standards and Technology (NIST) makes no warrant of any kind on the correctness or accuracy of the content of the schemas, nor the fitness of the schemas for any purpose and accepts any liability or responsibility for the consequences of the schemas use or misuse by anyone.
Note: The XML-based schemas provided with the WIPP Registry do not represent “standard” metadata representations and are specifically released as “as is,” and as such the National Institute of Standards and Technology (NIST) makes no warrant of any kind on the correctness or accuracy of the content of the schemas, nor the fitness of the schemas for any purpose and accepts any liability or responsibility for the consequences of the schemas use or misuse by anyone.


## Known Issues
Expand Down
8 changes: 4 additions & 4 deletions static/css/extra.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Bootstrap overide */
/* Bootstrap override */
.btn.btn-primary {
background-color: #007ac1 !important;
border-color: #565656;
Expand Down Expand Up @@ -62,10 +62,10 @@
visibility: hidden;
height: 0em;
}
/* End Bootstrap overide */
/* End Bootstrap override */

/* Fontawesome overide */
/* Fontawesome override */
.fas span {
font-family: 'Source Sans Pro', sans-serif !important;
}
/* End fontawesome overide */
/* End fontawesome override */
2 changes: 1 addition & 1 deletion templates/nmrr_home/tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script src="{% static 'js/tiles.js' %}"></script>

{% if tiles|length > 0 %}
<h2 id="available-options">Resources Type</h2>
<h2 id="available-options">Resource Types</h2>
{% for tile in tiles %}
<div class="tile">
<div class="icon">
Expand Down