mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Fix #1012. Half complete example documentation for the IFC Project panel.
Incredibly incomplete, but serves as an example of how reference user-based documentation should be structured.
This commit is contained in:
+25
@@ -15,3 +15,28 @@ section img {
|
||||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.location-scene img {
|
||||
display: inline;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
vertical-align: middle;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.location-scene p {
|
||||
margin: 0.75rem;
|
||||
}
|
||||
.location-scene {
|
||||
border: 1px solid var(--color-admonition-title);
|
||||
background-color: var(--color-admonition-title-background);
|
||||
border-radius: 5px;
|
||||
font-style: italic;
|
||||
color: var(--color-admonition-title);
|
||||
}
|
||||
img.icon {
|
||||
width: auto;
|
||||
height: auto;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
vertical-align: middle;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user