summaryrefslogtreecommitdiff
path: root/default-files/fugitive.css
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/fugitive.css')
-rw-r--r--default-files/fugitive.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/default-files/fugitive.css b/default-files/fugitive.css
index e879b27..14cf934 100644
--- a/default-files/fugitive.css
+++ b/default-files/fugitive.css
@@ -125,7 +125,7 @@ article > div h4 {
font-size: 1.1em;
font-weight: bold;
}
-article > div p:first-child:first-letter {
+article > div > p:first-child:first-letter {
font-size: 1.5em;
font-weight: bold;
}
@@ -161,6 +161,20 @@ article > div p.example:before {
content: "example " counter(example) ":";
font-variant: small-caps;
}
+article > div aside {
+ display: block;
+ padding: 0 0.5em;
+ margin: 0.5em 0 0.5em 0.5em;
+ width: 36%;
+ float: right;
+ border: 1px solid #ccc;
+ text-align: justify;
+ background-color: #f2f2f2;
+}
+article > div aside p {
+ font-size: 0.9em;
+ margin: 0.5em 0;
+}
article > div ul {
margin: 1em 0;
padding: 0 0 0 3em;