diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2021-11-25 10:29:32 +0100 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2021-11-25 10:29:32 +0100 |
| commit | 4aee6b3ab1bb21ab1e9ff8f0725c662fd8431f5b (patch) | |
| tree | 083f261b4cc3b77d1492330ba6c9f0329b7cb4a8 /src/styles | |
| parent | fe6f249df494aff69455beb5c1b3e69dc658eaf0 (diff) | |
Edit ObjectComponent content and style
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.css | 23 |
1 files changed, 5 insertions, 18 deletions
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 { |
