
Add OntModelCache to the top of the stack of RDF data structures. Add DataStructuresProvider to the bottom of the stack. Redesign ModelAccess method signatures. Create the ShowSources page. Remove RequestModelsPrep, except for setting the Collator. Reduce the complexity of ContentModelsSetup and ConfigurationModelsSetup. VIVO-225 VIVO-819 VIVO-820 VIVO-821 VIVO-823 VIVO-832
21 lines
385 B
CSS
21 lines
385 B
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
/* Styles for Freemarker template admin/showSources */
|
|
|
|
#show-sources pre {
|
|
font-family: monospace;
|
|
line-height: 1.1em;
|
|
}
|
|
|
|
#show-sources table {
|
|
width: 100%;
|
|
border: solid black;
|
|
}
|
|
|
|
#show-sources th {
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
#show-sources td {
|
|
border: 1px solid gray;
|
|
}
|