aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-10 14:31:15 +1000
committeronefang2021-09-10 14:31:15 +1000
commit16053a489d1549b8104c8ec3a85d96a0f3197815 (patch)
tree2de4b35ea6c30c55d3532382d6258ee263dfe3ad
parentTweak the CSS a bit. (diff)
downloadopensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.zip
opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.tar.gz
opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.tar.bz2
opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.tar.xz
Copy pasta error, end aligned, not center.
-rw-r--r--example/var/www/html/SledjChisl.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css
index 6a6995d..ce2ca74 100644
--- a/example/var/www/html/SledjChisl.css
+++ b/example/var/www/html/SledjChisl.css
@@ -83,8 +83,8 @@ textarea
83 height: 33%; 83 height: 33%;
84 width: 30%; 84 width: 30%;
85 display: flex; 85 display: flex;
86 justify-content: center; 86 justify-content: end;
87 align-items: center; 87 align-items: end;
88} 88}
89.bottom-right 89.bottom-right
90{ 90{
@@ -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: center; 97 justify-content: end;
98 align-items: center; 98 align-items: end;
99} 99}