aboutsummaryrefslogtreecommitdiff
path: root/src/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/styles.css')
-rw-r--r--src/static/styles.css44
1 files changed, 1 insertions, 43 deletions
diff --git a/src/static/styles.css b/src/static/styles.css
index 984a43d..01251de 100644
--- a/src/static/styles.css
+++ b/src/static/styles.css
@@ -10,33 +10,11 @@ table {
tr:nth-child(2n+1) {
background-color: lightgray;
}
-tr {
- width: 100%;
-}
-.bold {
- font-weight: bold;
-}
-
-#data {
+tr {
width: 100%;
}
-.border {
- border: 1px solid lightgrey;
-}
-
-textarea {
- border-radius: 4px;
- width: 60%;
- height: 10em;
- display: block;
-}
-
-pre {
- white-space: pre-line;
-}
-
.net-negative {
background-color: lightcoral;
}
@@ -79,23 +57,3 @@ p, li {
a, a:visited {
color: black;
}
-
-@media (max-width: 600px) {
- .newItem td {
- display:block;
- }
- .table-index {
- display: none;
- }
- button {
- font-size: 32px;
- }
- input {
- font-size: 32px;
- display: block;
- width: 100%;
- }
- .navigation {
- border-left: none;
- }
-} \ No newline at end of file