This commit is contained in:
Inaki Fernandez
2020-05-29 02:47:04 +02:00
parent fc5cee8e12
commit e40fa3f95d

View File

@@ -2,7 +2,7 @@
selectors). */
body {
margin: 25px;
margin: 5px;
background-color:rgb(240,240,240);
font-family: arial, sans-serif;
font-size: 14px;
@@ -20,7 +20,3 @@ h1 {
/* Applies to the element with <... id="someid"> specified. */
#someid { color: green; }
.rst-versions {
border-top:solid 10px #222c32;
}