diff options
Diffstat (limited to 'src/styles/main.css')
-rw-r--r-- | src/styles/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 4e78591..ba42d67 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -67,11 +67,19 @@ body { margin-bottom: 0.5em; } -.object .user-presentation .description { +.object > .user-presentation > .description { 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 { |