height: 100%;
}
-.rst-content h1 {
- font-size: 1.3em;
- font-weight: bold;
- color: #353535;
- margin-bottom: 1em;
-}
-
-.rst-content p {
- font-size: 1em;
- text-align: justify;
-}
-
.nett {
clear: both;
height: 5px;
color: #6a0307;
font-weight: bold;
display: inline;
- font-size: 120%;
+ font-size: 140%;
}
#content h2 {
margin-top: 0.8em;
}
+
+img.align-left {
+ float: left;
+ padding-bottom: 1ex;
+ padding-right: 1ex;
+}
+
.rst-content {
padding-top: 5px;
}
.rst-content h1 {
+ font-size: 1.6em;
+ font-weight: bold;
+ color: #6a0307;
+ margin-bottom: 1em;
+}
+
+.rst-content h2 {
+ font-size: 1em;
+ font-weight: bold;
color: #6a0307;
+ margin-bottom: 1em;
+}
+
+.rst-content p {
+ font-size: 1em;
+ text-align: justify;
}
.rst-content img.align-left {
margin-bottom: 0.5ex;
}
-img.align-left {
- float: left;
- padding-bottom: 1ex;
- padding-right: 1ex;
-}
-
#content .rst-content ul, #content .rst-content ol {
clear: none;
- font-size: 0.8125em;
+ font-size: 1em;
margin-left: 0.4em;
}