Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 25, 2019
1 parent af54d4b commit ee1ae8d
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -8,12 +8,12 @@
-webkit-user-select: none;
font-family: arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin: 0;
cursor: default;
}

a {
outline: 0px;
outline: 0;
color: rgb(54, 96, 146);
text-decoration: none;
}
Expand All @@ -30,8 +30,8 @@
}

a.noHover:hover {
margin: 0px;
border: 0px;
margin: 0;
border: 0;
background-color: rgba(255, 255, 255, 0);
}

Expand Down Expand Up @@ -61,14 +61,14 @@
img.button:active {
border: 1px solid rgb(181, 181, 181);
background-color: rgb(220, 220, 220);
box-shadow: rgba(0, 0, 0, 0.14902) 0px 2px 4px 0px inset;
box-shadow: rgba(0, 0, 0, 0.14902) 0 2px 4px 0 inset;
}

table {
position: relative;
top: 4px;
width: 100%;
border-spacing: 0px;
border-spacing: 0;
}

th {
Expand Down

0 comments on commit ee1ae8d

Please sign in to comment.