summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-29 15:09:38 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-29 15:09:38 +0200
commit434d86694ee111f33c56b63803aca69c1cede214 (patch)
treea36181e835d94e400cce7b95cf7d062a226eb67f
parentde27fec4143a1015f59f7c9ea6060d47a27fd35c (diff)
added style for aside element
-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;