Skip to content

Commit

Permalink
Prettyfy html.
Browse files Browse the repository at this point in the history
  • Loading branch information
ast0815 committed Nov 24, 2023
1 parent 10dd889 commit 1bdf5db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jsroot/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
}

.toolbar {
height: 200px;
height: 80px;
padding: 10px;
background: #aaa;
}

.iframe-container {
position: absolute;
top: 200px;
top: 80px;
bottom: 0;
width: 100%;
background: #555;
Expand All @@ -48,7 +49,7 @@
<body>
<div class="container">
<div class="toolbar">
<h1>Git ref.: master</h1>
<h1>GitHub ref.: master</h1>
</div>
<div class="iframe-container">
<iframe width="100%" height="100%" frameborder="0" src="./jsroot.htm"></iframe>
Expand Down

0 comments on commit 1bdf5db

Please sign in to comment.