Skip to content

Commit

Permalink
css: tiny cleanup and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Menet committed Aug 7, 2023
1 parent 24bface commit 0bcdd2d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions server/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,6 @@ body {
stroke: none;
}

.controls .controls-button {
font-weight: 700;
}

.info {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.info ul {
font-size: 13px;
list-style-type: none;
padding: 0;
line-height: 20px;
margin-top: 0;
}

.svg-background {
fill: none;
stroke: none;
Expand Down Expand Up @@ -77,5 +58,6 @@ nav {

.logo {
float: left;
font-weight: 700;
width: 80px;
}

0 comments on commit 0bcdd2d

Please sign in to comment.