mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 17:26:30 +00:00
remoce unnecessary div element
This commit is contained in:
@@ -26,6 +26,7 @@ nav {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom: 2px solid #25682a;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .logo {
|
nav .logo {
|
||||||
@@ -58,14 +59,6 @@ nav ul li a.active {
|
|||||||
color: #3fb449;
|
color: #3fb449;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .bottom-bar {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 2px;
|
|
||||||
background-color: #25682a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-description {
|
.table-description {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ nav {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom: 2px solid #25682a;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .logo {
|
nav .logo {
|
||||||
@@ -64,13 +65,4 @@ nav ul li a {
|
|||||||
nav ul li a:hover,
|
nav ul li a:hover,
|
||||||
nav ul li a.active {
|
nav ul li a.active {
|
||||||
color: #3fb449;
|
color: #3fb449;
|
||||||
}
|
|
||||||
|
|
||||||
nav .bottom-bar {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 2px;
|
|
||||||
background-color: #25682a;
|
|
||||||
}
|
}
|
||||||
@@ -22,12 +22,15 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="no-print">
|
<nav class="no-print">
|
||||||
<img src="https://blenderbim.org/assets/images/blender/blender-logo.png" alt="Logo" class="logo" />
|
<img
|
||||||
|
src="https://blenderbim.org/assets/images/blender/blender-logo.png"
|
||||||
|
alt="Logo"
|
||||||
|
class="logo"
|
||||||
|
/>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">IFC Data</a></li>
|
<li><a href="/">IFC Data</a></li>
|
||||||
<li><a href="/gantt" class="active">Gantt Chart</a></li>
|
<li><a href="/gantt" class="active">Gantt Chart</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="bottom-bar"></div>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -28,12 +28,15 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<img src="https://blenderbim.org/assets/images/blender/blender-logo.png" alt="Logo" class="logo" />
|
<img
|
||||||
|
src="https://blenderbim.org/assets/images/blender/blender-logo.png"
|
||||||
|
alt="Logo"
|
||||||
|
class="logo"
|
||||||
|
/>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/" class="active">IFC Data</a></li>
|
<li><a href="/" class="active">IFC Data</a></li>
|
||||||
<li><a href="/gantt">Gantt Chart</a></li>
|
<li><a href="/gantt">Gantt Chart</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="bottom-bar"></div>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user