Skip to content

Commit

Permalink
webapp cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skanaar committed Oct 19, 2019
1 parent f9ee2c1 commit 8571cab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ <h3>Available modifiers are</h3>
empty
</div>

<div class="logo-background"></div>
</div>

<div id="about" class="sidebar">
Expand Down Expand Up @@ -237,7 +236,6 @@ <h3>Create your own styles</h3>
<pre>#.box: fill=#8f8 dashed
[&lt;box&gt; GreenBox]</pre>
</div>
<div class="logo-background"></div>
</div>

<div id="export" class="sidebar">
Expand Down
17 changes: 7 additions & 10 deletions nomnoml.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,21 +243,18 @@ a:hover img {
}
.sidebar.visible {
display: block;
overflow: auto;
}
.sidebar .logo-background {
position: fixed;
top: 0;
right: 20px;
width: 300px;
height: 70px;
background: #fdf6e3
}
.content {
display: block;
position: absolute;
padding: 10px 10px 200px 20px;
left: 0;
right: 0;
top: 70px;
bottom: 0;
overflow: auto;
color: #586e75;
font-family: Consolas, Monaco, monospace;
padding: 70px 10px 200px 20px;
}
.content p {
font-family: Calibri, Helvetica, sans-serif
Expand Down

0 comments on commit 8571cab

Please sign in to comment.