Skip to content

Commit

Permalink
fix and cleanup of css
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianswebworld authored Jul 26, 2023
1 parent 5154ded commit d7e0122
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions templates/default/css/template_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
line-height: 17px;
}

#ttxNumPad a, .numPadRow a {
width: 320px;
margin-top: 10px;
padding: 0 0 0 10px;
overflow: visible;
font-size: 14px;
}

#ttxNumPadEnv {
display: none !important;
}
Expand Down Expand Up @@ -182,23 +174,6 @@ img {
width: 4em;
}

.numPadRow div.reveal, div.reveal a {
display: inline-block;
margin: 0 0 0 0;
font-size: 12px;
color: #000000;
text-decoration: none;
text-align: center;
padding: 0.1em 0.5em;
box-sizing: border-box;
}

.numPadRow div.reveal a:hover {
color: #ffffff;
background-color: #000000;
text-decoration: none;
}

.noScript {
display: inline;
}
Expand Down

0 comments on commit d7e0122

Please sign in to comment.