Se mejora la vista de los proyectos con tamaño y estilos adecuados a la proporción del contenido
This commit is contained in:
parent
7eac590861
commit
738217f831
1 changed files with 15 additions and 0 deletions
|
@ -177,6 +177,21 @@ p.breadcrumb, p.buttons, p.author, p.other-formats {
|
||||||
break-inside: avoid-column; /* IE 11 */
|
break-inside: avoid-column; /* IE 11 */
|
||||||
display: table; /* Actually FF 20+ */
|
display: table; /* Actually FF 20+ */
|
||||||
}
|
}
|
||||||
|
#projects-index ul.projects div.root a.project {
|
||||||
|
font-size: 34px;
|
||||||
|
line-height: 1.48em;
|
||||||
|
padding: 2px 6px;
|
||||||
|
border-radius: 6px;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
}
|
||||||
|
#projects-index ul.projects div.child a.project {
|
||||||
|
font-size: 34px;
|
||||||
|
line-height: 1.2em;
|
||||||
|
}
|
||||||
|
#projects-index ul.projects div a.icon-fav {
|
||||||
|
padding-right: 20px !important;
|
||||||
|
background-position: right 30%;
|
||||||
|
}
|
||||||
|
|
||||||
div#activity dt.icon {
|
div#activity dt.icon {
|
||||||
background-position: 0 4px !important;
|
background-position: 0 4px !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue