summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2021-11-25 10:29:32 +0100
committerErnst Widerberg <ernst@sunet.se>2021-11-25 10:29:32 +0100
commit4aee6b3ab1bb21ab1e9ff8f0725c662fd8431f5b (patch)
tree083f261b4cc3b77d1492330ba6c9f0329b7cb4a8 /src/styles
parentfe6f249df494aff69455beb5c1b3e69dc658eaf0 (diff)
Edit ObjectComponent content and style
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css23
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 {