diff options
author | onefang | 2021-09-10 14:37:46 +1000 |
---|---|---|
committer | onefang | 2021-09-10 14:37:46 +1000 |
commit | 17bbfb610fb7a9894be86c4cd6512df07338c16c (patch) | |
tree | ff5f672c21e82339a4ccd56736b6b0558dca1f46 | |
parent | Copy pasta error, end aligned, not center. (diff) | |
download | opensim-SC-17bbfb610fb7a9894be86c4cd6512df07338c16c.zip opensim-SC-17bbfb610fb7a9894be86c4cd6512df07338c16c.tar.gz opensim-SC-17bbfb610fb7a9894be86c4cd6512df07338c16c.tar.bz2 opensim-SC-17bbfb610fb7a9894be86c4cd6512df07338c16c.tar.xz |
More CSS tweaking. Bottom stuff aligned left at the bottom.
-rw-r--r-- | example/var/www/html/SledjChisl.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css index ce2ca74..718f5aa 100644 --- a/example/var/www/html/SledjChisl.css +++ b/example/var/www/html/SledjChisl.css | |||
@@ -83,7 +83,7 @@ textarea | |||
83 | height: 33%; | 83 | height: 33%; |
84 | width: 30%; | 84 | width: 30%; |
85 | display: flex; | 85 | display: flex; |
86 | justify-content: end; | 86 | justify-content: start; |
87 | align-items: end; | 87 | align-items: end; |
88 | } | 88 | } |
89 | .bottom-right | 89 | .bottom-right |
@@ -94,6 +94,6 @@ textarea | |||
94 | height: 33%; | 94 | height: 33%; |
95 | width: 30%; | 95 | width: 30%; |
96 | display: flex; | 96 | display: flex; |
97 | justify-content: end; | 97 | justify-content: start; |
98 | align-items: end; | 98 | align-items: end; |
99 | } | 99 | } |