From 6329c4b4f281b795b40fdf2333fbd2d0193a597e Mon Sep 17 00:00:00 2001 From: Tyler Miceli Date: Fri, 21 Oct 2022 09:48:42 -0400 Subject: [PATCH] Issue #123415 made changes to cars table --- src/main/resources/static/style.css | 5 ++++- src/main/resources/templates/update.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 00f8e60..31f4d96 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -14,5 +14,8 @@ body { background-color: rgb(254, 255, 255); } .table-striped, th, td { - border: 1px solid black; + border: 1px solid red; +} +.LBL { + padding: 0 20px; } \ No newline at end of file diff --git a/src/main/resources/templates/update.html b/src/main/resources/templates/update.html index 02dfcf0..8b67d9d 100644 --- a/src/main/resources/templates/update.html +++ b/src/main/resources/templates/update.html @@ -8,7 +8,7 @@

Hello, Cars!

ModelName
- WheelSize
+ WheelSize
TransmissionType
Color
Year