From ff46d02ec2a5b7387d6467af436d47ab7ad6f89e Mon Sep 17 00:00:00 2001 From: heshunme Date: Sun, 14 Jul 2024 17:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B8=B8=E5=AE=A2=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=90=84=E4=B8=AA=E7=94=A8=E6=88=B7=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD=E4=B9=8B=E6=98=BE=E7=A4=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=88=97=E8=A1=A8=E5=B9=B6=E6=94=AF=E6=8C=81=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/index.xhtml | 11 +++++++++++ src/main/webapp/resources/css/styles.css | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml index d011908..25d606f 100644 --- a/src/main/webapp/index.xhtml +++ b/src/main/webapp/index.xhtml @@ -27,6 +27,17 @@
+ +
+

Select a user and visit their projects

+ + + + + +
+
diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 034c2b4..91116b5 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -129,7 +129,7 @@ footer { } /* Project list item styling */ -#project-list { +#project-list, #user-list { font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px;