From 4aee6b3ab1bb21ab1e9ff8f0725c662fd8431f5b Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Thu, 25 Nov 2021 10:29:32 +0100 Subject: Edit ObjectComponent content and style --- src/styles/main.css | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'src/styles') diff --git a/src/styles/main.css b/src/styles/main.css index 794b217..049800a 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -5,6 +5,11 @@ body { line-height: 1.2; } +a, +a:visited { + color: blue; +} + #root { display: flex; } @@ -61,24 +66,6 @@ body { padding-right: 2em; } -.object .user-presentation { - margin-top: 2em; -} - -.object > .user-presentation > .description { - margin-top: 2em; - font-style: italic; - margin-bottom: 1em; -} - -.object > .user-presentation > table .description { - font-style: italic; -} - -.object > .user-presentation > table .spacer { - height: 1em; -} - /* List */ #list-container > #controls { -- cgit v1.1