aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-04 14:46:33 +0200
committerMateja <mail@matejamaric.com>2020-10-04 14:46:33 +0200
commit7c68757f672691d29c749fcbf3a95b22baffcede (patch)
tree78457ad839089834094d741f4bb7c1a9696ab622 /style.css
parent49a53b71175f14d988ee79ef202743700eab0661 (diff)
downloadold-php-yota-7c68757f672691d29c749fcbf3a95b22baffcede.tar.gz
old-php-yota-7c68757f672691d29c749fcbf3a95b22baffcede.zip
finished. polishing
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8d68726..ed88e24 100644
--- a/style.css
+++ b/style.css
@@ -74,7 +74,7 @@ a {
/* TABEL STYLING */
table {
- margin: 1rem 0;
+ margin: 0;
border-collapse: collapse;
width: 100%;
}
@@ -93,6 +93,24 @@ td, th {
white-space: nowrap;
}
+.tablediv {
+ overflow-x: scroll;
+ height: 70vh;
+}
+
+/*div.tablediv {*/
+ /*overflow:scroll;*/
+ /*height: 80vh;*/
+ /*width: 100%;*/
+ /*display: block;*/
+/*}*/
+
+/*tbody {*/
+ /*overflow:scroll;*/
+ /*height: 80vh;*/
+ /*width: 80vw;*/
+/*}*/
+
.center {
text-align: center;
}