Corrigida visualización de los proyectos padre bajo el logotipo de la cabecera de la página
This commit is contained in:
parent
096df194b0
commit
9e625433c4
1 changed files with 10 additions and 1 deletions
|
@ -278,7 +278,16 @@ div.wiki .external {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
#wrapper-header > h1 .breadcrumbs {
|
#wrapper-header > h1 .breadcrumbs {
|
||||||
margin-top: -5px;
|
display: inline;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
#wrapper-header > h1 .breadcrumbs a {
|
||||||
|
color: #ccc;
|
||||||
|
font-weight: normal;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
#wrapper-header > h1 .breadcrumbs a:hover {
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-search {
|
#quick-search {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue