css titolo adattato a markdown+rst
This commit is contained in:
parent
e256ec571d
commit
0a4a120946
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,11 @@ a:focus,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content .entry-content > h2 {
|
/* ci sono due selettori diversi perche' quando genera da markdown e da restructuredtext fa due output un po'
|
||||||
|
* diversi */
|
||||||
|
#content .entry-content > h2,
|
||||||
|
#content .entry-content > .section:first-child>h2
|
||||||
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Reference in a new issue