Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Port the Algorithm tutorial to python
[simgrid.git] / docs / source / _static / css / custom.css
index e9b8837..d438d65 100644 (file)
@@ -4,4 +4,19 @@ object#TOC {
 
 div[itemprop="articleBody"] {
     word-wrap: break-word;
-}
\ No newline at end of file
+}
+ul.learning-goals {
+    line-height: 80%;
+    margin-left: 2em;
+    padding: 0.2em;
+    margin-bottom: 1em;
+}
+ul.learning-goals li {
+    list-style: disc;
+}
+ul.learning-goals li p {
+    margin-bottom: 0;
+}
+p.learning-goals {
+    margin-bottom: 0;
+}