Skip to content

Commit

Permalink
Fix syntax CSS & markdown syntax errors
Browse files Browse the repository at this point in the history
Issue #2096
  • Loading branch information
robyngit committed Jun 4, 2024
1 parent 2284d19 commit ab3cfda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/install/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ MetacatUI.AppConfig = Object.assign(
);
```

You could use this `AppConfig` as your primary application configuration by setting the [`appConfigPath`](<(../docs/global.html#appConfigPath)>)
You could use this `AppConfig` as your primary application configuration by setting the [`appConfigPath`](../docs/global.html#appConfigPath)
to this file path. Or it can be used as additional configurations on top of a primary configuration file.

## Advanced customization by extending models and views
Expand Down
19 changes: 3 additions & 16 deletions src/css/metacatui-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,7 @@ svg.icon {
width: 215px;
padding: var(--pad);
}
.catalog-search-view .search-results-container,
.catalog-search-view .map-container {
}

.catalog-search-body.mapMode {
height: 100vh;
width: 100vw;
Expand Down Expand Up @@ -1795,7 +1793,6 @@ svg.icon {
padding: 10px;
}
.metadata-view .controls-container > .controls {
display: inline-block;
float: right;
margin-top: 0px;
margin-bottom: 0px;
Expand Down Expand Up @@ -1945,7 +1942,6 @@ div.analyze.dropdown.open button.dropdown.btn.btn-secondary.dropdown-toggle {
}
.citation-container + .data-source {
max-width: 125px;
display: inline-block;
float: right;
margin-bottom: 10px;
}
Expand Down Expand Up @@ -3623,7 +3619,6 @@ add font awesome close icon */
width: calc(100% - 1.1rem);
min-width: 1.5rem;
float: left;
display: inline-block;
margin-left: 0;
line-height: 120%;
color: #555;
Expand Down Expand Up @@ -3803,10 +3798,7 @@ add font awesome close icon */
.portals-list-entry .portal-title {
margin-bottom: 0px;
}
.portals-list-entry .portal-edit-link {
}
.portals-list-entry .portal-description {
}

.portals-list-entry .portal-description p {
margin: 0;
color: #888;
Expand Down Expand Up @@ -5335,7 +5327,7 @@ i.toc-sub-item {
> a {
border-bottom-width: 0px;
border-bottom-left-radius: 6px;
border-botttom-right-radius: 6px;
border-bottom-right-radius: 6px;
}
#portal-section-tabs .section-link-container .dropdown-menu > li > a:hover {
background-image: none;
Expand Down Expand Up @@ -5632,8 +5624,6 @@ div.markdown pre {
}

/* markdown citations */
.markdown .inlineCitation {
}

.markdown .csl-entry {
text-indent: -15px;
Expand Down Expand Up @@ -9074,8 +9064,6 @@ table.api tr td:nth-child(even) {
height: 100px;
word-break: break-word;
}
.slaask-widget-container {
}
/*******************************************
CSS library fixes
******************************************/
Expand Down Expand Up @@ -9370,7 +9358,6 @@ CSS library fixes
width: 100%;
display: grid;
align-self: center;
ttext-align: center;
justify-self: center;
}
.summary-container.span3 > div {
Expand Down

0 comments on commit ab3cfda

Please sign in to comment.