De Povos Indígenas no Brasil
| Linha 32: | Linha 32: | ||
} | } | ||
| + | |||
| + | /* Predefinição Info-link */ | ||
.list-group { | .list-group { | ||
width: 100%; | width: 100%; | ||
| Linha 37: | Linha 39: | ||
@media (min-width: 768px;) { | @media (min-width: 768px;) { | ||
| − | .list-group { | + | .list-group-item { |
width: 45%; | width: 45%; | ||
float: left; | float: left; | ||
} | } | ||
} | } | ||
Edição das 14h34min de 24 de janeiro de 2018
/** o código CSS colocado aqui será aplicado a todos os temas */
.margem-left {
margin-left: 10px;
}
.margem-right {
margin-right: 10px;
}
.mw-body-content blockquote p {
font-family: 'Ubuntu','Helvetica',Arial,Verdana,Helvetica,sans-serif;
color: #252525;
clear: none;
}
.mw-body-content blockquote small {
float: right;
font-style: normal;
}
.navbox ul {
font-size: 19px;
font-family: Ubuntu, Arial, sans-serif;
max-width: 700px;
}
.navbox ul > li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
/* Predefinição Info-link */
.list-group {
width: 100%;
}
@media (min-width: 768px;) {
.list-group-item {
width: 45%;
float: left;
}
}