From b924a467762190041b1708d730008bce19e90540 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 22 Dec 2023 22:27:22 +0000 Subject: [PATCH] Bold styling fix for project article. Added new blockquote styling to styles. --- projects/organization/index.php | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/organization/index.php b/projects/organization/index.php index e401c09..32ff764 100644 --- a/projects/organization/index.php +++ b/projects/organization/index.php @@ -114,7 +114,7 @@

- What is it that a paying student seeks to learn by taking Computer Organization? Any student who is paying to be in the class is likely a Computer Science major. Many would describe it as a weed-out course that teaches a programming paradigm that is antiquated. They may not be able to justify why it has this perception, but those who have a genuine interest will tell you that it's due to a combination of Moore's law and compiler optimization techniques. + What is it that a paying student seeks to learn by taking Computer Organization? Any student who is paying to be in the class is likely a Computer Science major. Many would describe it as a weed-out course that teaches a programming paradigm that is antiquated. They may not be able to justify why it has this perception, but those who have a genuine interest will tell you that it's due to a combination of Moore's law and compiler optimization techniques.

diff --git a/style.css b/style.css index 1bab727..f755335 100644 --- a/style.css +++ b/style.css @@ -170,6 +170,12 @@ padding-bottom:0%; } +#writingsWrapper blockquote{ + border-left: solid 3px #778088; + padding-left:10px; + color:#6b747b +} + #writingsWrapper figcaption{ color:#7b869d; font-size:15px;