Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
<style>
.plugin_pagetree_children_list{
    margin: 0 10px;
}
.plugin_pagetree_children_list li{
    border-radius: 2px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
	padding: 5px
}
.sectionMacroWithBorder .columnMacro{
 	border-style: solid;
	border-color: rgb(255, 153, 0);
	border-radius: 5px;
	padding: 0px;
}

.sectionMacroWithBorder .columnMacro h2{
	text-align: center;
    background: orangergb(255, 153, 0);
    height: 50px;
}

.sectionMacroWithBorder .columnMacro h2 span strong{
	margin-top: 100px;
}

.plugin_pagetree_children_span:hover{
    font-weight: bolder;
}
.plugin_pagetree_children_list li:hover{
	background: rgb(240,240,240);
}  
</style>

...