summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index d0c0c18..794b217 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -37,8 +37,6 @@ body {
/* Object */
.object {
- border: 1px solid black;
- border-radius: 25px;
padding: 2em;
margin: 1em;
width: 40em;
@@ -54,8 +52,9 @@ body {
background-color: red;
}
-.object .header {
- font-size: 2em;
+.object .id {
+ float: right;
+ font-family: monospace;
}
.object td {
@@ -66,13 +65,8 @@ body {
margin-top: 2em;
}
-.object .user-presentation .header {
- font-weight: bold;
- font-size: 1.5em;
- margin-bottom: 0.5em;
-}
-
.object > .user-presentation > .description {
+ margin-top: 2em;
font-style: italic;
margin-bottom: 1em;
}